mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Repaint the visual tools when the active line changes
Originally committed to SVN as r6282.
This commit is contained in:
parent
695559d403
commit
4ab04b79dd
@ -127,6 +127,7 @@ void VisualToolBase::OnActiveLineChanged(AssDialogue *new_line) {
|
||||
if (new_line != active_line) {
|
||||
active_line = new_line;
|
||||
OnLineChanged();
|
||||
parent->Render();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user