Skip to content

Commit b3eed34

Browse files
committed
Handles view
1 parent 6fb50dc commit b3eed34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/Src/Utils/Configuration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Configuration::Configuration() : QObject(), noMoreMsgbox(false)
206206
tabOrderUint.insert("ReferencesTab", curTab++);
207207
tabOrderUint.insert("ThreadsTab", curTab++);
208208
tabOrderUint.insert("SnowmanTab", curTab++);
209+
tabOrderUint.insert("HandlesTab", curTab++);
209210
defaultUints.insert("TabOrder", tabOrderUint);
210211

211212
//font settings

0 commit comments

Comments
 (0)