diff --git a/src/apps/icon-o-matic/gui/PathListView.cpp b/src/apps/icon-o-matic/gui/PathListView.cpp index f2b55cb08c..4a45187269 100644 --- a/src/apps/icon-o-matic/gui/PathListView.cpp +++ b/src/apps/icon-o-matic/gui/PathListView.cpp @@ -869,6 +869,9 @@ PathListView::_UpdateMenu() fDuplicateMI->SetEnabled(gotSelection); fReverseMI->SetEnabled(gotSelection); + fCleanUpMI->SetEnabled(gotSelection); + fRotateIndicesLeftMI->SetEnabled(gotSelection); + fRotateIndicesRightMI->SetEnabled(gotSelection); fRemoveMI->SetEnabled(gotSelection); }