-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caption controls don't update to on theme change #210
Comments
@RyanLua I'm not quite following what captions you refer to. I don't see anything that looks off when following those steps, and screenshots above look fine too. |
By caption buttons, I mean the buttons on the top right of the window. Specifically:
Here is a screenshot of what it SHOULD look like but isn't. Highlighted are the caption buttons. ![]() |
@RyanLua if you are using Microsoft TitleBar control, this issue fixed in v1.7-exp2 (related issue in winui repo) sample code:
|
@ghost1372 I'm using the WinUIEx titlebar control. This is backed up by the fact that is same issue is reproducible in the sample app. I updated the Windows App SDK from |
Also ports latest titlebar changes over from 1.7exp2: microsoft/microsoft-ui-xaml@winui3/release/1.7-experimental1...winui3/release/1.7-experimental2
Fixed! |
When you change the window's theme using
Application.RequestedTheme
, it doesn't update the caption controls: Minimize button, Maximize/Restore button, and Close button colors making it difficult to see the caption controlsReproduction
Example of changing from light theme to dark theme.
Image of the issue on my own app using the same steps.
The text was updated successfully, but these errors were encountered: