mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Make ToolBar read edit mode pref during initialization
Fixes an issue where the size of some toolbars is messed up when the program starts Signed-off-by: abb128 <alexx128p@gmail.com>
This commit is contained in:
parent
21614a390c
commit
4e5330d05b
@ -346,7 +346,7 @@ ToolBar::ToolBar( AudacityProject &project,
|
|||||||
mHSizer = NULL;
|
mHSizer = NULL;
|
||||||
mVisible = false;
|
mVisible = false;
|
||||||
mPositioned = false;
|
mPositioned = false;
|
||||||
mEditMode = false;
|
mEditMode = gPrefs->Read(wxT("/GUI/Toolbars/EditMode"), false);
|
||||||
|
|
||||||
mGrabber = NULL;
|
mGrabber = NULL;
|
||||||
mResizer = NULL;
|
mResizer = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user