[GRASS-dev] Re: [GRASS GIS] #1601: output map GUI pulldown broken
GRASS GIS
trac at osgeo.org
Wed Mar 21 16:45:06 EDT 2012
#1601: output map GUI pulldown broken
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: GUI parser | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by cmbarton):
I found where to fix this, but need others to test this on other systems.
../wxpython/gui_core/gselect.py
remove or comment out line 257 (trunk svn r51129)
if found:
# self.value.append(found)
self.seltree.SelectItem(found)
This line puts in a duplicate entry with the tree item instead of the map
name in output fields that can accept the names of existing rasters and
vectors. If commented out, it seems to have no ill effects on the Mac.
Can others test it on Linux and Windows?
Michael
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1601#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list