[GRASS-dev] [GRASS GIS] #1882: new query display needs to update on mouse click
GRASS GIS
trac at osgeo.org
Tue Feb 12 22:49:30 PST 2013
#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):
OK. So that didn't show up well when it formatted. I'll try again.
Change 'begin' to 'end' in line 1187.
{{{
self.frame.Query(self.mouse['begin'][0],self.mouse['begin'][1])
}}}
to
[[[
self.frame.Query(self.mouse['end'][0],self.mouse['end'][1])
]]]
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1882#comment:17>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list