소스 검색

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