[GRASS-dev] [GRASS GIS] #1882: new query display needs to update on mouse click
GRASS GIS
trac at osgeo.org
Tue Feb 12 15:25:43 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 annakrat):
Replying to [comment:13 cmbarton]:
> The important thing is that the query works. But it is not triggering an
update to the new query output window. Does that happen in the same Query
method? Or is it somewhere else?
The update is in the QueryMap line 734:
{{{
if self.dialogs['query']:
self.dialogs['query'].Raise()
self.dialogs['query'].SetData(result)
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1882#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list