mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
AdornedRulerPanel updates its play region in idle time...
... Eliminating TP_DisplaySelection and making ProjectWindow independent of AdornedRulerPanel
This commit is contained in:
@@ -76,7 +76,6 @@ bool ProjectSelectionManager::SnapSelection()
|
||||
|
||||
if (t0 != oldt0 || t1 != oldt1) {
|
||||
selectedRegion.setTimes(t0, t1);
|
||||
window.TP_DisplaySelection();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user