diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index 3853cbe..e75ed5f 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1424,6 +1424,9 @@ QAction *MainWindow::createAction(const char *id, const QString &name, if (strcmp(id, MI_ShortcutPopup) == 0) { action->setMenuRole(QAction::NoRole); } + if (strcmp(id,MI_ExitGroup) == 0) { + action->setMenuRole(QAction::NoRole); + } #endif CommandManager::instance()->define(id, type, defaultShortcut.toStdString(), action);