mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Bug 2403 - Undocking meter toolbars while playing/recording results in a frozen meter
This commit is contained in:
@@ -736,6 +736,7 @@ void MeterPanel::OnSize(wxSizeEvent & WXUNUSED(event))
|
|||||||
GetClientSize(&mWidth, &mHeight);
|
GetClientSize(&mWidth, &mHeight);
|
||||||
|
|
||||||
mLayoutValid = false;
|
mLayoutValid = false;
|
||||||
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MeterPanel::InIcon(wxMouseEvent *pEvent) const
|
bool MeterPanel::InIcon(wxMouseEvent *pEvent) const
|
||||||
|
|||||||
Reference in New Issue
Block a user