Explorar o código

g.gui.rlisetup: remove non used option in RLiSetupMapPanel function

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62247 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi %!s(int64=10) %!d(string=hai) anos
pai
achega
5f68180283
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      gui/wxpython/rlisetup/wizard.py

+ 1 - 2
gui/wxpython/rlisetup/wizard.py

@@ -1496,8 +1496,7 @@ class VectorAreasPage(TitledPage):
         """Function during entering: draw the raster map and the first vector
         feature"""
         if self.mapPanel is None:
-            self.mapPanel = RLiSetupMapPanel(self, samplingType=self.parent.samplingareapage.samplingtype,
-                                             graphicsType="line")
+            self.mapPanel = RLiSetupMapPanel(self, samplingType=self.parent.samplingareapage.samplingtype)
             self.sizer.Add(item=self.mapPanel, flag=wx.EXPAND, pos=(1, 0))
             self.sizer.AddGrowableCol(0)
             self.sizer.AddGrowableRow(1)