1
0
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:
Leland Lucius 2020-05-31 02:37:07 -05:00
parent 7ac58ac4cc
commit 419e152ebd

View File

@ -736,6 +736,7 @@ void MeterPanel::OnSize(wxSizeEvent & WXUNUSED(event))
GetClientSize(&mWidth, &mHeight);
mLayoutValid = false;
Refresh();
}
bool MeterPanel::InIcon(wxMouseEvent *pEvent) const