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

[STR New]

Link: http://www.fltk.org/str.php?L1915
Version: 2.0-current


scrollgroup_v2.diff looks good for me, with a small change:

I wouldn't use:

+  uchar type=Widget::type()^GROUP_TYPE;

but instead:

+  uchar type=Widget::type() & ~GROUP_TYPE;

to be prepared for the case if someone sets type(0) as a compatibility
feature.


Link: http://www.fltk.org/str.php?L1915
Version: 2.0-current

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

Reply via email to