DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2051 Version: 1.3-current When the Fl_Tile is not active(), it will still change the mouse cursor when it is over a resize hotspot. The attached patch adds a test for active() in the FL_MOVE, FL_ENTER and FL_PUSH events cases (these actually just all fall through to the same code block, so only one active() test is added). The patch does change many lines of code though. The <TT>if(active())</TT> statement was added the the scoping braces. As a result, the subsequent lines needed to be indented. When/if this patch is applied, the indenting should be reviewed to ensure it complies with the FLTK coding standard. Link: http://www.fltk.org/str.php?L2051 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
