mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Play button now stay down until finished playing audio.
This commit is contained in:
@@ -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*/)
|
||||
|
Reference in New Issue
Block a user