fix mouse flicker/disappearing problem
This commit is contained in:
parent
16d2de1a0f
commit
a59ae7cb92
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue