[GRASS-dev] [GRASS GIS] #1882: new query display needs to update on mouse click

#1882: new query display needs to update on mouse click
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: query | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by cmbarton):

mouse['begin'] is supposed to be the first coordinate pair for something
like a rubber band line or box and mouse['end'] subsequent coordinates.
While mouse['begin'] coordinates update somewhere else. It looks like only
mouse['end'] coordinates are updated in the method for line 1187. So the
coordinates only update with mouse['end'], no new coordinates passed, no
update. Either the query call needed to be moved to the method that
updates mouse['begin'] or the mouse['end'] coordinates needed to be passed
to the query call. I'm not sure why it worked in Linux and Windows as it
was. Oh well, the mysteries of a highly complex system. Cheers.

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1882#comment:20&gt;
GRASS GIS <http://grass.osgeo.org>

#1882: new query display needs to update on mouse click
--------------------------+-------------------------------------------------
  Reporter: cmbarton | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: query
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by cmbarton):

  * status: new => closed
  * resolution: => fixed

Comment:

works fine now. Closing ticket. Thanks again.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1882#comment:21&gt;
GRASS GIS <http://grass.osgeo.org>