canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.
MIT License
981 stars 143 forks source link

When call `IWindowManager.ShowMessageBox` and show a MessageBoxView, … #375

Closed VShawn closed 1 year ago

VShawn commented 1 year ago

…enable other windows when owner of the message box view is set.

fix #374

Checklist

Thanks for contributing! Before we start, there are a few things we need to check:

  1. This Pull Request has a corresponding Issue.
  2. You've discussed your intention to work on this feature/bug fix.
  3. This feature branch is based on develop (not master). The bar above should say "base: develop".

Thanks!