Paul Blythe wrote:
>         record_toggle->box(FL_UP_FRAME);
>         record_toggle->down_box(FL_DOWN_FRAME);

        Change those to FL_UP_BOX and FL_DOWN_BOX.

        A frame is 'see through', whereas a box is not.
        You don't want a 'see through' button,
        or labels won't redraw correctly when changed.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to