Changes between Initial Version and Version 1 of Ticket #12305, comment 1


Ignore:
Timestamp:
2016-01-06T21:58:44+01:00 (10 years ago)
Author:
holgermappt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12305, comment 1

    initial v1  
    1 This happens when a data layer is active and the PhotoAdjustMapMode (image with arrows in the left pane) is active.  It works if a geo image layer is active.  The problem is that no `mouseReleased()` is called while the data layer is active.  The according `mouseAdapter` was added with `Main.map.mapView.addMouseListener(mouseAdapter);`.  I get the `mouseReleased()` if a geo image layer is active.  Is someone reading this who has an idea why `mousePressed()` is called but `mouseReleased()` not?
     1This happens when a data layer is active and the PhotoAdjustMapMode (image with arrows in the left pane) is active.  It works if a geo image layer is active.  The problem is that no `mouseReleased()` is called while the data layer is active.  The according `MouseAdapter` was added with `Main.map.mapView.addMouseListener(mouseAdapter);`.  I get the `mouseReleased()` if a geo image layer is active.  Is someone reading this who has an idea why `mousePressed()` is called but `mouseReleased()` not?