[nostalgia/studio] Make opening a file switch to its tab

This commit is contained in:
2022-04-03 00:32:23 -05:00
parent 83ad1623d3
commit 60d67218db
2 changed files with 18 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ class StudioUI: public ox::SignalHandler {
ProjectExplorer *m_projectExplorer = nullptr;
ox::Vector<ox::String> m_openFiles;
studio::Editor *m_acitveEditor = nullptr;
bool m_activeEditorUpdatePending = false;
bool m_saveEnabled = false;
bool m_aboutEnabled = false;
bool m_showProjectExplorer = true;