DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2409
Version: 1.3-feature


Comments on the patch: I like this:

+  remove(scrollbar);
+  remove(hscrollbar);
+  Fl_Group::clear();
+  add(hscrollbar);
+  add(scrollbar);

..good solution and code cleanup ;)

In this section:

+#define REVERT_CHILDREN
+#ifdef  REVERT_CHILDREN
+  // Revert the order of the children. Doing this and deleting

..just checking: should 'revert' (return to a previous state)
maybe be 'invert' or 'reverse' instead?
(Seems like the code is reversing the order of the array,
as opposed to returning it to a previous state.)


Link: http://www.fltk.org/str.php?L2409
Version: 1.3-feature

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to