-
I notice the settings-window sometimes freeze when I try to open. Can see the settings content but can't interact, still able to close the settings-window. When close and reopen, it works again. No exception in the logs, it tends to happen after a long run time, maybe a couple of days, so really hard to reproduce. I'm trying to investigate but not sure where to put the logging. Any ideas how to debug this? Just add a bunch of logs in this |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Check out this MaterialDesignInXAML/MaterialDesignInXamlToolkit#559 I think that's reproducible, though I don't understand the main reason. |
Beta Was this translation helpful? Give feedback.
-
It would be better to check or add Log in SettingsWindow.xaml.cs if you would like to debug this, since that will allow more access to private property. |
Beta Was this translation helpful? Give feedback.
-
good catch, this actually happens with prd release |
Beta Was this translation helpful? Give feedback.
-
work around fix: |
Beta Was this translation helpful? Give feedback.
Check out this MaterialDesignInXAML/MaterialDesignInXamlToolkit#559
I think that's reproducible, though I don't understand the main reason.