When the wxWindow background style is set to wxBG_STYLE_TRANSPARENT, set the WS_EX_TRANSPARENT style flag.
Closes #23412
https://github.com/wxWidgets/wxWidgets/pull/23498
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I only read #23412 (comment) now. Will update the PR tomorrow
Be it as may, it would certainly be nice to support wxBG_STYLE_TRANSPARENT in master. We just need to also override IsTransparentBackgroundSupported() in wxWindowMSW and also update the docs to mention that it's supported there too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks! I'd like to test this is a bit before apply, but perhaps you already did and can tell if it works only when compositing is on (in which case we should mention this in the docs too) or if it somehow manages to work without it too?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Sorry, I've realized that this was already discussed/tested in #23412 and my own simple test confirms that it works both with and without compositing, so I've just merged this as is.
Thanks again!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #23498.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()