Albrecht Schlosser wrote:

> Please see the attached diff file for FLTK 1.1.9 and try if
> it solves your problem.

BTW.: If you want a fast solution with FLTK 1.1.9 without patching
the sources, you can also assign an empty callback (one that does
nothing, but it must be assigned, not NULL) to your number buttons,
or you can use

   Btnum[c]->when(FL_WHEN_NEVER);

to disable the callback. I just tested the latter, and it works
as expected.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to