one more PUCLASS exception (not that we used puaScrollBar yet)
This commit is contained in:
parent
270a4093a8
commit
b8c0e67cdc
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ int fgPopup::checkHit(int button, int updown, int x, int y)
|
|||
int hit = getHitObjects(this, x, y);
|
||||
if (hit & PUCLASS_LIST) // ctrl-click in property browser (toggle bool)
|
||||
return result;
|
||||
if (!global_resize && hit & (PUCLASS_BUTTON|PUCLASS_ONESHOT|PUCLASS_INPUT|PUCLASS_LARGEINPUT))
|
||||
if (!global_resize && hit & (PUCLASS_BUTTON|PUCLASS_ONESHOT|PUCLASS_INPUT
|
||||
|PUCLASS_LARGEINPUT|PUCLASS_SCROLLBAR))
|
||||
return result;
|
||||
|
||||
getPosition(&_dlgX, &_dlgY);
|
||||
|
|
Loading…
Reference in a new issue