hits are consumed by default (prevents actions in lower dialogs)
This commit is contained in:
parent
cc0b7e0076
commit
ab58bbd41e
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ puObject *fgPopup::getActiveInputField(puObject *object)
|
||||||
*/
|
*/
|
||||||
int fgPopup::checkHit(int button, int updown, int x, int y)
|
int fgPopup::checkHit(int button, int updown, int x, int y)
|
||||||
{
|
{
|
||||||
int result = 0;
|
int result = 1;
|
||||||
if (updown != PU_DRAG && !_dragging)
|
if (updown != PU_DRAG && !_dragging)
|
||||||
result = puPopup::checkHit(button, updown, x, y);
|
result = puPopup::checkHit(button, updown, x, y);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue