DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1971 Version: 1.1.9 Habe you tried to return the original function, instead of 0 for enter and leave events? int MyWindow::handle(int event) { switch ... case FL_ENTER: stuff(); return Fl_Window::handle(event); case Link: http://www.fltk.org/str.php?L1971 Version: 1.1.9 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
