thoemmi / StickyWindows

Make your top-level windows stick when moved or resized.
MIT License
28 stars 9 forks source link

Bug fix: WPF MaximumSize and MinimumSize convert fix #5

Closed lucky3 closed 6 years ago

lucky3 commented 6 years ago

Bug fix: Min or Max Width/Height can have default Infinity value, if not set in WPF Window explicitly. It throws overflow exception in that case, trying to convert to int.

Changes are only in:

I don't know why it shows the entire file as changed.

thoemmi commented 6 years ago

@lucky3 Thanks for your contribution. The entire file was different because you changed the braces layout.

I applied your fix in a separate commit. It's included in the latest version 0.3.0-unstable0009.