Roman Kantor wrote: > MacArthur, Ian (SELEX GALILEO, UK) wrote: >>>> I can confirm that also under MinGW everything works fine, but >>>> compiled with VC2005 I am getting these pesky extra FL_LEAVE events, >>>> ie when dragging the cursor inside the widget. >>>> >>>> Very odd - and it seems to depend on the compiler. >>> Yes - that does seem odd. I wonder what changes there are with gcc / >>> VC2005 builds... >> >> OK - better idea... In Fl_win32.c, line 79 we have: >> >> #if !defined(__GNUC__) >> # define USE_TRACK_MOUSE >> #endif // !__GNUC__ > > Yes, undefining USE_TRACK_MOUSE seems to solve the problem. > So if you guys know the correct fix for this, I will fill the STR - or > is there already an STR with this subject to update?
Please file an STR for FLTK 1.1.9, IMHO this should be fixed (see also my other reply). Switching USE_TRACK_MOUSE off is a workaround for now. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

