benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Fix window position when resizing #34

Closed nkristek closed 4 years ago

nkristek commented 4 years ago

This fixes the window position when resizing using a drag gesture on the title bar.

Before setting the position it has to be converted back to window values (since the calculation uses screen values).