removing comment

This commit is contained in:
amer cerkic 2019-07-09 09:35:58 -07:00
parent d04a06e757
commit 45b339a6c7

View file

@ -8892,7 +8892,7 @@ void Application::updateDisplayMode() {
// Menu might have been removed if the display plugin lost
if (!action) {
continue;
} //STOPPED HERE>>>>> HOW DO WE FIND OUT HOW THE ACTION->isChecked is set
}
if (action->isChecked()) {
newDisplayPlugin = displayPlugin;
break;