Restore focus after returning from scenario

- Relates #811
This commit is contained in:
Janne Valkealahti
2023-07-22 17:27:21 +01:00
parent 4b927be807
commit 3a2d7d4817

View File

@@ -127,6 +127,7 @@ public class Catalog {
if (currentScenarioView != null) {
currentScenarioView = null;
ui.setRoot(app, true);
ui.setFocus(categories);
}
else {
requestQuit();