[GRASS-SVN] r48838 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 16 16:44:40 EDT 2011


Author: cmbarton
Date: 2011-10-16 13:44:39 -0700 (Sun, 16 Oct 2011)
New Revision: 48838

Modified:
   grass/trunk/gui/wxpython/gui_modules/wxplot.py
Log:
wxgui: display last segment marker

Modified: grass/trunk/gui/wxpython/gui_modules/wxplot.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxplot.py	2011-10-16 20:32:28 UTC (rev 48837)
+++ grass/trunk/gui/wxpython/gui_modules/wxplot.py	2011-10-16 20:44:39 UTC (rev 48838)
@@ -875,10 +875,9 @@
                 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
 



More information about the grass-commit mailing list