1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-19 17:40:15 +02:00

Reverted r12443 following discussion. Mouse clicked play-button now pops up immediately. Consensus was that it makes 'replay' more discoverable.

This commit is contained in:
james.k.crook@gmail.com 2013-08-04 19:24:02 +00:00
parent 030d2450a8
commit a4d885d74f

View File

@ -745,8 +745,7 @@ void ControlToolBar::PlayDefault()
else else
PlayCurrentRegion(false); /* play normal */ PlayCurrentRegion(false); /* play normal */
//JKC play button should only pop up AFTER play is complete. mPlay->PopUp();
//mPlay->PopUp();
} }
void ControlToolBar::StopPlaying(bool stopStream /* = true*/) void ControlToolBar::StopPlaying(bool stopStream /* = true*/)