hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

Fix taskbar restarting issue #35

Closed archi-Doc closed 3 years ago

archi-Doc commented 4 years ago

Bug description

The taskbar icon stays open.

Repro steps

Run Notification sample program, set the notify icon active. Open Display settings, and change the monitor's scaling (which causes recreating taskbar).

The notify icon stays open even if I close the notify icon.

archi-Doc commented 4 years ago

I sent PR 10 days ago. Waiting for your reply.

Lakritzator commented 4 years ago

I'm just speaking for myself, some people have more time due to Corona, I have a lot less. Handling work, kid, house, dog, wife etc... this means I'm struggling to find time to handle all the OSS work...

And there are also more urgent matters, for instance I still have issues with the dotnet core 3.0 support for this library, there is some weird build / runtime issue, which I REALLY need to fix.

So really thank you for your contribution, I or someone else will test and check the change as soon as possible, but it might take a bit longer. Hope you understand.

archi-Doc commented 4 years ago

@Lakritzator

Thanks for your reply. I'm very sorry to have bothered you so much.

This fix isn't really a big issue. I understand your situation and I am going to wait for it. Thank you for the great library.

Lakritzator commented 3 years ago

I finally managed to take a look at it, great catch. Was able to reproduce it, and the change fixes it. (makes sense)

archi-Doc commented 3 years ago

@Lakritzator Thank you for your response.