Skip to content

Commit 34eb2b4

Browse files
committed
Fixed second tab opening by default
1 parent d2fb8cd commit 34eb2b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/interface_derived.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ MainFrameDerived::MainFrameDerived() : MainFrame(NULL){
6969
ReloadData();
7070
}
7171
//if no projects to load, the interface will be blank
72+
73+
//force first tab to select
74+
notebook->SetSelection(0);
7275
}
7376

7477
/**

0 commit comments

Comments
 (0)