Opened 16 years ago
Closed 16 years ago
#2018 closed defect (fixed)
[PATCH] Filter out bogus MapStatus mouse events
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When an AWTEventListener is being used by the MapStatus code it is rather
promiscuous in that it will accept events from any source component rather
than just the MapView. The upshot of that is that the map status is updated
when the mouse is near an entity on the map even if a dialog or button is
obscuring the map at that point. This patch fixes the problem by only using events whose source is the MapView. Now you don't get that annoying visual distraction
when you move the mouse over the non-map parts of the main window.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | MapStatus.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in r1258.