kmpoppe / noteSolver

JOSM Plugin: Automatically resolve notes after uploading a changeset.
https://wiki.openstreetmap.org/wiki/User:Kmpoppe/Plugins#noteSolver
GNU General Public License v3.0
12 stars 3 forks source link

Calculate proper location for context menu. #21

Closed ygra closed 1 year ago

ygra commented 1 year ago

This solves positioning issues with multiple monitors or when the JOSM window isn't maximised on the main display. The code now also evades the node content being shown in the map, which otherwise would have obscured the context menu.

Fixes #20.

kmpoppe commented 1 year ago

Closes #20 Closes #3