1
0
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:
James Crook 2019-07-31 13:33:41 +01:00
parent 5e7368c3a8
commit 711e600eab

View File

@ -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();
}
}