Fl_Packscroller: Don't eat unwanted FL_PUSH events.
This commit is contained in:
parent
ba9e3bb1eb
commit
f7316a2941
|
@ -166,6 +166,7 @@ public:
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
case FL_ENTER:
|
||||
case FL_LEAVE:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue