diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index 89239c9..77c78da 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -1787,7 +1787,6 @@ void MainWindow::defineActions() { mergeLevelsAction->setIcon(QIcon(":Resources/merge.svg")); QAction *mergeLevelsWOGroupsAction = createMenuXsheetAction(MI_MergeColumnsWOGroups, tr("&Merge Levels Without Groups"), ""); - mergeLevelsWOGroupsAction->setIcon(QIcon(":Resources/merge.svg")); createMenuXsheetAction(MI_InsertFx, tr("&New FX..."), "Ctrl+F"); QAction *newOutputAction = createMenuXsheetAction(MI_NewOutputFx, tr("&New Output"), "Alt+O");