Whenever dark mode is enabled for MSW, and a text ctrl with wxTE_RICH2 is disabled, its background appears with the light mode disabled background color, with the text appearing "highlighted" in dark mode (enabled) colors.
The control should appear dark, same as without wxTE_RICH2.
This also occurs with wxTE_RICH. It appears correctly without wxTE_RICH or wxTE_RICH2
Adding MSWEnableDarkMode() to the Widgets sample allows this to be reproduced.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I can indeed see this, thanks. Not sure if #26516 changes anything here, will look after that one is merged.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
It does look like those changes are expected to fix this, but will wait and see.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()