DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2574 Version: 1.3-current First I tried the patch as written, and the search bar broke because we hide() it initially, and it wasn't reactivated when show()n. So I tried adding a clear_flag(INACTIVE) to show(). Search still didn't work while it was hidden, and I realized that the individual button gets the event, but the bar as a whole is made in/visible, so I removed the parent visibility requirement. It still didn't work, so I svn reverted Fl_Widget.cxx's flag changes away, and then it was working. Link: http://www.fltk.org/str.php?L2574 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
