Trigger the audio selection change logic when switching timing controllers

Results in the display seeking to the active line when audio is opened
(if seeking to active line is enabled), and initializes the scrollbar
properly.

Updates #1732.
This commit is contained in:
Thomas Goyne 2014-04-22 16:42:47 -07:00
parent feec511227
commit b4284efb38
1 changed files with 1 additions and 0 deletions

View File

@ -1232,6 +1232,7 @@ void AudioDisplay::OnTimingController()
OnStyleRangesChanged();
OnMarkerMoved();
OnSelectionChanged();
}
}