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 >AlbrechtS wrote: >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 Oh, I'm sorry about that, this example is cut down of another app and beside that some code was taken from fluid generated code. Anyway it is unrelated issues. I've reattached cleared up version as example2.cpp >AlbrechtS wrote: >Do you use a special (accelerated) graphics adapter? I'm using radeon hd3650. Netbook with ubuntu where I can see this effect too is asus eeepc 901 with integrated intel card. >AlbrechtS wrote: >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. I've tried that, but label still becomes dirty. If I resize window after that, labels immediately becomes normal. If I click on button again, label becomes dirty again and so on. 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
