attempt to fix the tabs that sometimes get added

This commit is contained in:
fourtf
2019-08-26 11:26:58 +02:00
parent 748920e8fd
commit ea28269951
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
Window &getMainWindow();
Window &getSelectedWindow();
Window &createWindow(WindowType type);
Window &createWindow(WindowType type, bool show = true);
int windowCount();
Window *windowAt(int index);