forked from mia/Aegisub
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:
parent
feec511227
commit
b4284efb38
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ void AudioDisplay::OnTimingController()
|
||||||
|
|
||||||
OnStyleRangesChanged();
|
OnStyleRangesChanged();
|
||||||
OnMarkerMoved();
|
OnMarkerMoved();
|
||||||
|
OnSelectionChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue