[EGD-6494] Application Manager on action switch fix

Application Manager switch on Action no longer causes to
newly opened application main window switch but it
calls declared action handler.
This commit is contained in:
Przemyslaw Brudny
2021-04-09 17:27:57 +02:00
committed by Przemysław Brudny
parent ce2dbe9625
commit cbd74648d0
19 changed files with 97 additions and 58 deletions

View File

@@ -74,7 +74,7 @@ namespace app
}
createUserInterface();
setActiveWindow(gui::name::window::main_window);
return ret;
}