1
0
Fork 0

fix mouse flicker/disappearing problem

This commit is contained in:
mfranz 2009-01-11 16:37:51 +00:00 committed by Tim Moore
parent 16d2de1a0f
commit a59ae7cb92

View file

@ -294,9 +294,9 @@ int fgPopup::checkHit(int button, int updown, int x, int y)
setPosition(x + _dlgX - _startX, y + _dlgY - _startY);
}
} else {
_dragging = false;
} else if (_dragging) {
fgSetMouseCursor(_start_cursor);
_dragging = false;
}
return result;
}