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

[STR New]

Link: http://www.fltk.org/str.php?L2426
Version: 1.3-current


Mayank Malik reports hitting 'Enter' (which toggles the current item) while
item is offscreen doesn't scroll the tree to show the item changed, but
should.

1) Need to modify Enter (and possibly other key modifiers) to call
show_item() to make the item being changed visible. (Similar to
Fl_Browser's behavior)

2) show_item() currently scrolls the item to a fixed position even if it's
already onscreen. This should be changed; if the optional 'ypos' arg isn't
supplied, no scrolling should occur /if/ the item is already onscreen.
This will help #1's implementation to prevent unwanted scrolling during
toggling.


Link: http://www.fltk.org/str.php?L2426
Version: 1.3-current

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

Reply via email to