DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2695 Version: 1.3-current Fix Version: 1.3-current (r8929) @Manolo: yes, the menu is now positioned correctly, but this still doesn't resolve the whole problem, since the menu doesn't scroll on *my* special display setup: monitor 1: 1680x1050 (with taskbar), monitor 2: 1440x900 (w/o taskbar). Both monitors have their zero y coordinates in line, and hence the lower part (higher y coordinates) is missing on monitor 2. As Ian noted, Fl::x()/y()/w()/h() *should* be platform-independent, and adding another "#ifdef __APPLE__" in Fl_Menu.cxx (r 8935) should IMHO be avoided, if we can. However, rev. 8935 solves the issue maybe on most platforms or standard display setups and is at least a step forward... Link: http://www.fltk.org/str.php?L2695 Version: 1.3-current Fix Version: 1.3-current (r8929) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
