MahApps.Metro
MahApps.Metro copied to clipboard
Wrong ToolTip Style of WindowCommand-Buttons in v3.0.0-alpha0492
Describe the bug
When I run my app with MahApps.Metro version 2.4.10, the ToolTips of the WindowCommand-Buttons look like this in the dark theme:
However, when I run the app with MahApps.Metro version 3.0.0-alpha0492, the style of the ToolTips is incorrect:
Expected behavior
ToolTips of WindowCommand-Buttons have correct style according to the current Theme.
Actual behavior
ToolTips of WindowCommand-Buttons have incorrect style
Environment
MahApps.Metro version: v3.0.0-alpha0492
Target Framework: .Net 8.0
Since we are using win 11 stuff this is by design (like in every other app).
/cc @batzen
@JackDjTom That's by design as we now provide a proper hittest-result to allow snap layouts etc. to work correctly. By providing those hittest-results correctly the default windows tooltips are forced by windows itself. It's, as far as i know, not possible to provide things like snap layout without using the hittest-results.