thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
131 stars 22 forks source link

Flyout view in the demo #35

Closed abrasat closed 4 years ago

abrasat commented 4 years ago

I have a question about the behaviour of the flyout view in the TinyLittleMvvm demo application. If I open the flyout view (by clicking the button "show sample flyout") and press then the arrow to minimize the view (instead of pressing ok or cancel), the button "show sample flyout" in the main view gets disabled and I cannot return to the flyout view anymore.

thoemmi commented 4 years ago

This seems to be an error I am going to investigate.

thoemmi commented 4 years ago

This issue has been fixed, thanks for reporting.