> > I need to disable dotted square when pressing Fl_Button, how > > can I do it? > > > my_button->clear_visible_focus();
I did it in callback of my_button. But widget draws it anyway. The reason why i want to get rid of the square is that when using rounded boxes, FLTK draws the square over background and I have to redraw background always after pressing button... So I'm searching for way to disable drawing focus square over button. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

