You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I click on the icon on my secondary monitor, the popup opens in the primary monitor instead of on the monitor where it was clicked (secondary monitor).
Steps to reproduce
Click on the EarTrumpet icon on a secondary monitor.
EarTrumpet version
2.3.0.0
Windows version
10.0.22631.4169
Additional information
I also am using StartAllBack taskbar.
The text was updated successfully, but these errors were encountered:
Get active taskbar rect via magic StartAllBack ABM_GETTASKBARPOS flag; get taskbar DPI via proper API which will account for active or autohidden taskbar
File-New-Project#1611
Simplestas
added a commit
to Simplestas/EarTrumpet
that referenced
this issue
Jan 28, 2025
StartAllBack provides support for per-taskbar notification area.
Shell APIs would return active (last clicked) taskbar.
- Get active taskbar rect via ABM_GETTASKBARPOS with special flag; use that rect to get monitor instead of primary tray monitor
- Get taskbar DPI via proper API which would account for active / auto-hidden taskbar
- Readjust popup window position by repeating calculation with new DPI to account for DPI changes
File-New-Project#1611
Summary
Whenever I click on the icon on my secondary monitor, the popup opens in the primary monitor instead of on the monitor where it was clicked (secondary monitor).
Steps to reproduce
Click on the EarTrumpet icon on a secondary monitor.
EarTrumpet version
2.3.0.0
Windows version
10.0.22631.4169
Additional information
I also am using StartAllBack taskbar.
The text was updated successfully, but these errors were encountered: