mirror of https://github.com/odrling/Aegisub
Fix misspelled option name
Originally committed to SVN as r4464.
This commit is contained in:
parent
f361d1a67b
commit
653ce8b13d
|
@ -1388,7 +1388,7 @@ void AudioDisplay::OnMouseEvent(wxMouseEvent& event) {
|
|||
dc.DrawLine(x,0,x,h);
|
||||
|
||||
// Time
|
||||
if (OPT_GET("Audio/Display/Draw/Cursor")->GetBool()) {
|
||||
if (OPT_GET("Audio/Display/Draw/Cursor Time")->GetBool()) {
|
||||
// Time string
|
||||
AssTime time;
|
||||
time.SetMS(GetMSAtX(x));
|
||||
|
|
Loading…
Reference in New Issue