Skip to content

Commit

Permalink
Settings Toolbar: Correct default position
Browse files Browse the repository at this point in the history
Ensure that the toolbar is docked at the bottom of the window.

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
Avery King committed Aug 23, 2024
1 parent 94d1adf commit 403166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolbars/ToolManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ void ToolManager::ReadConfig()
bool bShownByDefault = true;
int defaultDock = TopDockID;

if( ndx == SelectionBarID )
if( ndx == SelectionBarID | ndx == SettingsBarID )
defaultDock = BotDockID;
if( ndx == MeterBarID )
bShownByDefault = false;
Expand Down

0 comments on commit 403166a

Please sign in to comment.