1
0
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:
james.k.crook@gmail.com 2013-07-26 14:13:21 +00:00
parent f56f0f3dd7
commit d05f66b32e

View File

@ -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*/)