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


Suggested change to achieve #1:

>>             case FL_Enter:      // ENTER: selects current item only
>>             case FL_KP_Enter:
>>               if ( when() & ~FL_WHEN_ENTER_KEY) {
>>                 select_only(_item_focus);
>>                 show_item(_item_focus);              // ADD THIS LINE
>>                 return(1);
>>               }

Check for other key sequence instances where show_item() might be useful.


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