Artem Chernykh

Results 2 comments of Artem Chernykh

This [commit](https://github.com/hardcodet/wpf-notifyicon/commit/3672b4e3c1e530596cd7c70b11e5a2002e9750e1) fixed an issue where, in a Windows UI at 100% scale, an icon that had a 16x16 version was 32x32 scaled down to 16x16 instead of the existing...

> As a solution: subscribe to TrayContextMenuOpen event of TaskbarIcon, and call UpdateDefaultStyle for context menu that required to be updated. Or call UpdateDefaultStyle when theme changed. Working as intended...