1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +02:00

Bug 383 - Residual: Don't reset toolbars on a resize either.

This commit is contained in:
James Crook 2017-06-25 11:21:24 +01:00
parent 750fc34fac
commit 6cea9822c3

View File

@ -549,7 +549,8 @@ void ScreenFrame::SizeMainWindow(int w, int h)
mContext.GetProject()->Maximize(false);
mContext.GetProject()->SetSize(16, 16 + top, w, h);
mContext.GetProject()->GetToolManager()->Reset();
//Bug383 - Toolbar Resets not wanted.
//mContext.GetProject()->GetToolManager()->Reset();
}
void ScreenFrame::OnMainWindowSmall(wxCommandEvent & WXUNUSED(event))