I am in the process of updating my program to work with the 1.4 branch (specifically working from commit cbee4880f45c). I've been on the 1.3 branch happily, and am finally testing the 1.4 waters...
There are a handful of things that have popped up so far.
In at least one case so far, 1.4 is more sensitive to a bug in our use of it, so it is helping us find some problems.
I have an extension of Fl_Button to support drag-n-drop. I do this...
int MyButton::handle(int event) { int ret = Fl_Button::handle(event); switch ( event ) { case FL_DRAG: if( callback() ) { do_callback(); } ret = 1; break;
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.