MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

Maximize icon drawn incorrect #3424

Closed NeomMob closed 5 years ago

NeomMob commented 5 years ago

The maximize icon has unwanted shadow.

To Reproduce Using the Win10 buttonsCommands on a HiDPI screen with custom scale

<Controls:MetroWindow.WindowButtonCommands>
    <Controls:WindowButtonCommands Style="{DynamicResource MahApps.Metro.Styles.WindowButtonCommands.Win10}" />
</Controls:MetroWindow.WindowButtonCommands>

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Environment(please complete the following information):

punker76 commented 5 years ago

This is already fixed by https://github.com/MahApps/MahApps.Metro/commit/fc6b529b945d902b2211080dcf765490ba242d05#diff-75ed7bf48da87bab8adfd142701009d8 Duplicate of #3329