mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-25 14:07:13 +02:00
Bug 1371 - Corrected fix.
This commit is contained in:
parent
5e7368c3a8
commit
711e600eab
@ -704,11 +704,11 @@ void ToolDock::LayoutToolBars()
|
||||
auto ct = place.pTree->pBar;
|
||||
if( lt ){
|
||||
ct->MoveAfterInTabOrder( lt );
|
||||
// Bug 1371.
|
||||
// After a dock size change, the toolbars may need relaying inside.
|
||||
lt->Layout();
|
||||
}
|
||||
lt = ct;
|
||||
// Bug 1371.
|
||||
// After a dock size change, the toolbars may need relaying inside.
|
||||
lt->Layout();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user