spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

OpenFileDialog not gone when hitting a breakpoint in visual studio #176

Closed MuhammadSulaiman001 closed 1 year ago

MuhammadSulaiman001 commented 2 years ago

This is what it looks like when hitting a breakpoint in vs while OpenFileDialog is showing..

image

MuhammadSulaiman001 commented 1 year ago

The workaround that works for me was to move the dialog to a new desktop (Windows + Tab, then drag the OpenFileDialog to a new desktop).. This way, VS will be in the foreground in the original desktop..