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:
parent
030d2450a8
commit
a4d885d74f
@ -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*/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user