mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
Fix Linux assert violation in MixerBoard
This commit is contained in:
parent
96b749f232
commit
18be09e277
@ -296,7 +296,7 @@ MixerTrackCluster::MixerTrackCluster(wxWindow* parent,
|
||||
(MUTE_SOLO_HEIGHT + (bSoloNone ? 0 : MUTE_SOLO_HEIGHT) + kDoubleInset);
|
||||
ctrlSize.Set(kRightSideStackWidth, nMeterHeight);
|
||||
|
||||
mMeter = NULL;
|
||||
mMeter.Release();
|
||||
if (GetWave()) {
|
||||
mMeter =
|
||||
safenew MeterPanel(GetActiveProject(), // AudacityProject* project,
|
||||
|
Loading…
x
Reference in New Issue
Block a user