07-22-2021, 07:16 PM
I see the same thing, status bar text is dimmed when the main window loses focus, whether from a popup or switching to another app, and also the same behavior with the wxWidget demos (latest source from github), status bar and title text are dimmed when focus is lost.
The behavior appears to be intentional. In the wxWidgets source, I can see the code in wxStatusBarMac::OnRepaint that sets the text to an active or inactive color, and if I comment that out the dimming behavior is avoided. I don't know the best approach to resolving this issue in wings, though.
The behavior appears to be intentional. In the wxWidgets source, I can see the code in wxStatusBarMac::OnRepaint that sets the text to an active or inactive color, and if I comment that out the dimming behavior is avoided. I don't know the best approach to resolving this issue in wings, though.