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

[STR Pending]

Link: http://www.fltk.org/str.php?L1760
Version: 1.3.0
Fix Version: 1.3.0 (r7816)


So I guess that we should modify line #345 in src/fl_shortcut.cxx to be
different on OS X?

#ifdef __APPLE__
  if (require_alt && <do_the_right_thing_here> ) return 0;
#else
  if (require_alt && Fl::event_state(FL_ALT)==0) return 0;
#endif

Does this sound feasible? If yes, would you please do it since I'm not a
Mac expert?


Link: http://www.fltk.org/str.php?L1760
Version: 1.3.0
Fix Version: 1.3.0 (r7816)

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to