forked from mia/Aegisub
Add missing parentheses that resulted in repainting issues in the audio display with inactive lines disabled
Originally committed to SVN as r6281.
This commit is contained in:
parent
ca5c968d4f
commit
695559d403
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ void AudioTimingControllerDialogue::Revert()
|
|||
timing_modified = false;
|
||||
AnnounceUpdatedPrimaryRange();
|
||||
if (inactive_line_mode->GetInt() == 0)
|
||||
AnnounceUpdatedStyleRanges;
|
||||
AnnounceUpdatedStyleRanges();
|
||||
}
|
||||
}
|
||||
RegenerateInactiveLines();
|
||||
|
|
Loading…
Reference in a new issue