Fixed crosshair glitch.

Originally committed to SVN as r1395.
This commit is contained in:
Rodrigo Braz Monteiro 2007-07-08 19:50:54 +00:00
parent cbec57facf
commit 7e7ac23e5f
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ void VisualTool::OnMouseEvent (wxMouseEvent &event) {
mouseY = -1;
mx = -1;
my = -1;
Update();
return;
}