ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.07k stars 102 forks source link

Growl can't use after closing a window with an unclosed Growl #205

Closed ALINGCAT closed 1 year ago

ALINGCAT commented 1 year ago

Describe the bug

VS2022's version is 17.6.5

Steps to reproduce the bug

1.Called Growl.Warning() in a child window and didn't close it. 2.Close the child window. 3.Open another child window. 4.Process run pass Growl.Warning() and no thing happen.(Not only Warning)

Expected behavior

No response

Screenshots

No response

NuGet package version

HandyControls (Custom version) 3.4.5

IDE

Visual Studio 2022

Framework type

.Net Framework 4.6.1

Windows version

May 2021 Update (19043), October 2020 Update (19042)

Additional context

I guess the child window's static resourses won't be released. So Growl couldn't run normally.

ALINGCAT commented 1 year ago

I solved this problem. The default panel isn't available. I can add a panel for Growl to solve this puzzle.