[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Custom wxArtProvider affects html help toolbar buttons
From: |
Vaclav Slavik |
Subject: |
Re: [lmi] Custom wxArtProvider affects html help toolbar buttons |
Date: |
Tue, 27 Jan 2009 00:35:25 +0100 |
On Tue, 2009-01-20 at 17:27 +0100, Vadim Zeitlin wrote:
> 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).
Agreed; that's how it will work in 2.8.10:
http://trac.wxwidgets.org/changeset/58446
Vaclav