1
0
Fork 0

one more PUCLASS exception (not that we used puaScrollBar yet)

This commit is contained in:
mfranz 2009-01-20 14:23:24 +00:00 committed by Tim Moore
parent 270a4093a8
commit b8c0e67cdc

View file

@ -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);