mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
Play button now stay down until finished playing audio.
This commit is contained in:
parent
f56f0f3dd7
commit
d05f66b32e
@ -707,7 +707,8 @@ void ControlToolBar::PlayDefault()
|
||||
else
|
||||
PlayCurrentRegion(false); /* play normal */
|
||||
|
||||
mPlay->PopUp();
|
||||
//JKC play button should only pop up AFTER play is complete.
|
||||
//mPlay->PopUp();
|
||||
}
|
||||
|
||||
void ControlToolBar::StopPlaying(bool stopStream /* = true*/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user