mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
Previous attempt at disabling failed when monitoring...using a different method.
This commit is contained in:
parent
579c5cbc01
commit
6698c38357
@ -1783,7 +1783,7 @@ wxUint32 AudacityProject::GetUpdateFlags()
|
||||
else
|
||||
flags |= AudioIOBusyFlag;
|
||||
|
||||
if (gAudioIO->GetNumCaptureChannels() == 0)
|
||||
if (!GetControlToolBar()->IsRecordDown())
|
||||
flags |= IsNotRecordingFlag;
|
||||
|
||||
if (!mViewInfo.selectedRegion.isPoint())
|
||||
|
Loading…
x
Reference in New Issue
Block a user