mirror of https://github.com/odrling/Aegisub
Fixed crosshair glitch.
Originally committed to SVN as r1395.
This commit is contained in:
parent
cbec57facf
commit
7e7ac23e5f
|
@ -112,6 +112,7 @@ void VisualTool::OnMouseEvent (wxMouseEvent &event) {
|
|||
mouseY = -1;
|
||||
mx = -1;
|
||||
my = -1;
|
||||
Update();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue