mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Bug 1371 - Corrected fix.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user