Modify

Ticket #2018 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Filter out bogus MapStatus mouse events

Reported by: markb@… Owned by: framm
Priority: minor 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

MapStatus.diff Download (1.6 KB) - added by anonymous 3 years ago.

Change History

Changed 3 years ago by anonymous

comment:1 Changed 3 years ago by anonymous

  • Status changed from new to closed
  • Resolution set to fixed

Applied in r1258.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.