mirror of https://github.com/odrling/Aegisub
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…
Reference in New Issue