mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 17:18:41 +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
|
else
|
||||||
PlayCurrentRegion(false); /* play normal */
|
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*/)
|
void ControlToolBar::StopPlaying(bool stopStream /* = true*/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user