1
0
Fork 0

hits are consumed by default (prevents actions in lower dialogs)

This commit is contained in:
mfranz 2009-01-11 00:49:39 +00:00 committed by Tim Moore
parent cc0b7e0076
commit ab58bbd41e

View file

@ -192,7 +192,7 @@ puObject *fgPopup::getActiveInputField(puObject *object)
*/
int fgPopup::checkHit(int button, int updown, int x, int y)
{
int result = 0;
int result = 1;
if (updown != PU_DRAG && !_dragging)
result = puPopup::checkHit(button, updown, x, y);