DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2800
Version: 2.0-current
1 label is empty.
2 image was set.
3 widget was drawn.
4 set image to null.
5 problem: function returns before background is drawn.
void Widg
if widgets that can take focus are embedded in a group hirarchy, then pressing
TAB / RightKey will eventually result in the focus stopping on the last widget
in the window instead of passing to the first widget in the window again. The
reason is the marked if-check in Group::handle():
case K
When pressing the cursor-right-key the browser item is set to open and the next
visible item is selected. After that a callback is done (for the newly selected
item). But no callback is done for the opening action for the first item. That
works fine if the tree is already populated but if the t