hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

When change dpi, the ContextMenu's position is wrong? #26

Closed WangElsie closed 4 years ago

WangElsie commented 4 years ago

When change dpi, the ContextMenu's position is wrong? Do you have any workaround?

Lakritzator commented 4 years ago

I'm working on a solution where it can handle DPI changes during runtime, but first need to have another pull-request merged,

The workaround could be to restart the application, can you check this works?

But even with the planned changes, you also need to make sure your application is DPI aware, is this already the case?

Lakritzator commented 4 years ago

Just updating the status, still waiting for someone to review my pull request so I can continue with that code.

Lakritzator commented 4 years ago

I've merged the mentioned PR, which means I can work on this.

Lakritzator commented 4 years ago

Fix will be available in 1.0.9 or later, I'm not sure when it's available.