浏览代码

wxgui: display last segment marker

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48838 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 13 年之前
父节点
当前提交
7c73a395b1
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      gui/wxpython/gui_modules/wxplot.py

+ 1 - 2
gui/wxpython/gui_modules/wxplot.py

@@ -875,10 +875,9 @@ class ProfileFrame(AbstractPlotFrame):
                 lasteast = point[0]
                 lastnorth = point[1]
 
-            # delete first and last segment point
+            # delete extra first segment point
             try:
                 self.seglist.pop(0)
-                self.seglist.pop()
             except:
                 pass