forked from mia/Aegisub
Fix misspelled option name
Originally committed to SVN as r4464.
This commit is contained in:
parent
f361d1a67b
commit
653ce8b13d
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ void AudioDisplay::OnMouseEvent(wxMouseEvent& event) {
|
||||||
dc.DrawLine(x,0,x,h);
|
dc.DrawLine(x,0,x,h);
|
||||||
|
|
||||||
// Time
|
// Time
|
||||||
if (OPT_GET("Audio/Display/Draw/Cursor")->GetBool()) {
|
if (OPT_GET("Audio/Display/Draw/Cursor Time")->GetBool()) {
|
||||||
// Time string
|
// Time string
|
||||||
AssTime time;
|
AssTime time;
|
||||||
time.SetMS(GetMSAtX(x));
|
time.SetMS(GetMSAtX(x));
|
||||||
|
|
Loading…
Reference in a new issue