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

[STR New]

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


Create a tree with big icons - and the items will be not high enough and
will overlap.

Example:
      Browser *tree = new Browser(20, 50, 300, 150);
      tree->indented(1);
      tree->group_symbol(&imgsBox); // 32x32 pixel images
      Group *g1 = tree->add_group("Test1", tree);
      Group *g2 = tree->add_group("Test2", tree);

Workaround/fix:
      g1->h(32+g1->leading());
      g2->h(32+g2->leading());


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

<<attachment: bug_fltk3_browser_bigicon.png>>

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

Reply via email to