From 50d362b0a8f4aee69b20c78c41b3bda6b06a5359 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber
A few noteworthy bugfixes have been applied to the binding.
+ +First, unbeknownst to me the Fl_Widget constructor doesn't copy the given label string inside +FLTK and merely stores a pointer. This meant that declaring several Widgets in a row each with their +own different label could have unexpected and erratic results. Easily fixed by ensuring the binding +constructor also calls copy_label() afterwards.
+ +
And second, somehow I had made an oversight with the type assigned to Color, using a signed +Integer when it really needed an unsigned modular type with 32 bits of range. Again, easily fixed +but even more annoying since it was my fault to begin with.
+ +I'm sure the other guy aside from me who takes an interest in this binding will be happy about +these. You know who you are.
+ +This binding is now complete enough for most purposes. It certainly took more effort than -- cgit