[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [lmi] Custom wxArtProvider affects html help toolbar buttons
From: |
Vadim Zeitlin |
Subject: |
Re[2]: [lmi] Custom wxArtProvider affects html help toolbar buttons |
Date: |
Tue, 20 Jan 2009 17:27:09 +0100 |
On Tue, 20 Jan 2009 17:13:10 +0100 Vaclav Slavik <address@hidden> wrote:
VS> There's a bug (or limitation if you will, but in any case a defect) in
VS> wxMSW: unlike wxGTK, it doesn't determine toolbar size from the size of
VS> the bitmaps used, but uses the size set with SetToolBitmapSize(), with
VS> 16x15 being the default. I thought Vadim fixed this
No, sorry, I didn't. It should be fairly easy to do it by just calling
SetToolBitmapSize() from Realize() with the size of the largest bitmap
(this seems like the best thing to do if the bitmaps are not all of the
same size).
Regards,
VZ