mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 09:01:13 +02:00
Bug 383 - Residual: Don't reset toolbars on a resize either.
This commit is contained in:
parent
750fc34fac
commit
6cea9822c3
@ -549,7 +549,8 @@ void ScreenFrame::SizeMainWindow(int w, int h)
|
|||||||
|
|
||||||
mContext.GetProject()->Maximize(false);
|
mContext.GetProject()->Maximize(false);
|
||||||
mContext.GetProject()->SetSize(16, 16 + top, w, h);
|
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))
|
void ScreenFrame::OnMainWindowSmall(wxCommandEvent & WXUNUSED(event))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user