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 error in xaml designer caused by space extension #105

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

This aims at solving design time errors caused by the SpaceExtension. It is not really proven that this actually helps because the errors appear and disappear kind of randomly. Both changes seem to affect the designer in some kind though. All errors appear only when the xaml designer is enabled.

Fixes #89