Fl_Packscroller: Don't eat unwanted FL_PUSH events.

This commit is contained in:
Jonathan Moore Liles 2010-02-01 02:35:03 -06:00
parent ba9e3bb1eb
commit f7316a2941
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public:
return 0; return 0;
} }
} }
return 0;
case FL_ENTER: case FL_ENTER:
case FL_LEAVE: case FL_LEAVE:
return 1; return 1;