6 Dec
2003
6 Dec
'03
7:07 a.m.
On Sat, 2003-12-06 at 01:44, bulia byak wrote:
WOW!
One fix: in toolbox.c
b = sp_button_new (size, type, action, tt);
must be
b = sp_button_new (size, (SPButtonType) type, action, tt);
Also, there's now again some slight jumping in the aux toolbar when switching tools. Perhaps adjust aux_toolbox_size_request?
Thanks, both now fixed in CVS (jon caught the latter as well).
-mental