some controls were missing the info, and #26090 does not get traction
https://github.com/wxWidgets/wxWidgets/pull/26092
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz commented on this pull request.
> @@ -37,6 +37,8 @@ class WXDLLIMPEXP_CORE wxRadioButton: public wxRadioButtonBase
virtual void SetValue(bool val) override;
virtual bool GetValue() const override;
+ virtual bool HasTransparentBackground() override { return true; }
I think we should put this in wxRadioButtonBase, hopefully this shouldn't break anything in the other ports.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@csomor commented on this pull request.
> @@ -37,6 +37,8 @@ class WXDLLIMPEXP_CORE wxRadioButton: public wxRadioButtonBase
virtual void SetValue(bool val) override;
virtual bool GetValue() const override;
+ virtual bool HasTransparentBackground() override { return true; }
I think we should put this in
wxRadioButtonBase, hopefully this shouldn't break anything in the other ports.
@vadz that's what I didn't dare to do ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()