Daryl
Daryl
Rolled back to 3.3.2 lts - same thing. Can anyone confirm it should work in 3.3?
I have run into this on 3.3. I tried switching from wxBitmapButton to wxButton but still not working. I have artificially increased the size to make the bitmap show. The...
I will add some example code here .. but if you want a clean new issue .. just let me know. If this works for you that is helpful to....
Using the big hammer approach - in the gtk+ Inspector. Adding` * {padding:0} ` shows all the icons etc. So some formatting is all that is required in the right...
I guess the root problem to me is .. it works nicely in Windows ..but now I have to code around this in Linux. Can wxBORDER_NONE be set to no...
I hacked the underlying gtk code similar to the original issue in the meantime.. adding this in a few places. ``` #ifdef __WXGTK3__ GTKApplyCssStyle("button { padding:0 }"); #endif ``` Basically...