The wxToggleButton now displays the same as a normal push button.
Earlier (v3.3.0) the wxToggleButton has a distinct, albeit dated style. While this old toggle button style is dated and rarely seen, it is still expected. Moreso at least than the push button style.
v3.3.0:
CleanShot.2026-0...@2x.png (view on web)v3.3.2:
CleanShot.2026-0...@2x.png (view on web)—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@csomor I'd like to ask for help with this one too because I don't even know which style is the correct one to use here (or maybe the correct one is something else?).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@ryancog could you please test with the PR #26308, thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@csomor I have built the widgets sample on 3.3.0, 3.3.2, and your branch.
Interestingly, 3.3.2 actually looks correct normally. It looks like a pushbutton only when using a bitmap (which my application does)
On your branch, it appears as a push button regardless of using a bitmap.
On 3.3.0 it always appears as the old style.
3.3.0:
CleanShot.2026-0...@2x.png (view on web) CleanShot.2026-0...@2x.png (view on web)3.3.2:
CleanShot.2026-0...@2x.png (view on web) CleanShot.2026-0...@2x.png (view on web) CleanShot.2026-0...@2x.png (view on web) CleanShot.2026-0...@2x.png (view on web)—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()