DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2094 Version: 1.3-current I think I'm going with this hotfix for now (leaving the FL_UNFOCUS fallthrough): case FL_HIDE: fl_reset_spot(); if (!readonly() && - (when() & (FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED))) + (when() & (FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED)) && + !(when() & FL_WHEN_ENTER_KEY)) maybe_do_callback(); return 1; Probably wrong, but I need to do something. Link: http://www.fltk.org/str.php?L2094 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
