1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +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
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*/)