1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 06:06:24 +01:00

Hide quick play indicator when other playback starts...

... but it can reappear when mouse moves.  You may still select a quick play
region during play, to jump playback.
This commit is contained in:
Paul Licameli
2016-04-24 14:52:38 -04:00
parent 8b2729f4a2
commit 0071db6f53
3 changed files with 13 additions and 1 deletions

View File

@@ -675,6 +675,10 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
return -1;
}
// Let other UI update appearance
if (p)
p->GetRulerPanel()->HideQuickPlayIndicator();
return token;
}