mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Bug 383 - Residual: Don't reset toolbars on a resize either.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user