mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Bug 2403 - Undocking meter toolbars while playing/recording results in a frozen meter
This commit is contained in:
parent
7ac58ac4cc
commit
419e152ebd
@ -736,6 +736,7 @@ void MeterPanel::OnSize(wxSizeEvent & WXUNUSED(event))
|
||||
GetClientSize(&mWidth, &mHeight);
|
||||
|
||||
mLayoutValid = false;
|
||||
Refresh();
|
||||
}
|
||||
|
||||
bool MeterPanel::InIcon(wxMouseEvent *pEvent) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user