Browse Source

wxGUI/swipe: bugfix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52603 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 năm trước cách đây
mục cha
commit
0c19473b1d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      gui/wxpython/swipe/frame.py

+ 0 - 1
gui/wxpython/swipe/frame.py

@@ -298,7 +298,6 @@ class SwipeMapFrame(DoubleMapFrame):
         """
         Debug.msg (3, "SwipeMapFrame.SetLayer(): name=%s" % name)
         
-        self.rasters['first'] = name
         # this simple application enables to keep only one raster
         mapInstance.DeleteAllLayers()
         cmdlist = ['d.rast', 'map=%s' % name]