Hi Paul, Thanks for the "heads up". If you're too busy to actually code, maybe you're not too busy to apply & test a very small patch of mine (the exact numbers might need fiddling with, but you get the idea):
Index: ev_Win32Toolbar.cpp =================================================================== RCS file: /cvsroot/abi/src/af/ev/win/ev_Win32Toolbar.cpp,v retrieving revision 1.49 diff -r1.49 ev_Win32Toolbar.cpp 465c465 < // Now bitmaps are cut down to requested size if to large - HB --- > // Now bitmaps are cut down to requested size if too large - HB 467,468c467,468 < const WORD MY_MAXIMUM_BITMAP_X = 21; < const WORD MY_MAXIMUM_BITMAP_Y = 21; --- > const WORD MY_MAXIMUM_BITMAP_X = 24; > const WORD MY_MAXIMUM_BITMAP_Y = 24;
