DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2264 Version: 1.3-current I can't replicate the problem on ubuntu 9.04 (with xft). I tested with svn -r 6906 (the problem with r6905 is fixed now). There are some strange things in your test program, however: main_win->callback((Fl_Callback*)cb_click, (void*)(main_win)); // #1 main_win->when(FL_WHEN_CHANGED); // #2 What do you want to achieve with these lines? #1 effectively prevents users from closing the window and exiting the app. #2 I don't know, what this would do, but I can't imagine that it has anything to do with your seen effects. Do you use a special (accelerated) graphics adapter? Another useful test is to resize the window after having these effects. Does it clear the background and draw the label correctly again? You will need to add something like: main_win->size_range(330, 165); to be able to resize the window. Link: http://www.fltk.org/str.php?L2264 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
