[GRASS-SVN] r59205 - in grass/trunk/gui/wxpython: iscatt mapwin
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 6 05:12:36 PST 2014
Author: turek
Date: 2014-03-06 05:12:35 -0800 (Thu, 06 Mar 2014)
New Revision: 59205
Modified:
grass/trunk/gui/wxpython/iscatt/controllers.py
grass/trunk/gui/wxpython/mapwin/buffered.py
Log:
r59204 cosmetics
Modified: grass/trunk/gui/wxpython/iscatt/controllers.py
===================================================================
--- grass/trunk/gui/wxpython/iscatt/controllers.py 2014-03-06 12:59:49 UTC (rev 59204)
+++ grass/trunk/gui/wxpython/iscatt/controllers.py 2014-03-06 13:12:35 UTC (rev 59205)
@@ -1112,7 +1112,7 @@
self.scatt_mgr.SetBands(bands)
-#TODO uses it also BufferedMapWindow class -> move to core?
+#TODO it uses also BufferedMapWindow class -> move to core?
class gThread(threading.Thread, wx.EvtHandler):
"""!Thread for scatter plot backend"""
requestId = 0
Modified: grass/trunk/gui/wxpython/mapwin/buffered.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/buffered.py 2014-03-06 12:59:49 UTC (rev 59204)
+++ grass/trunk/gui/wxpython/mapwin/buffered.py 2014-03-06 13:12:35 UTC (rev 59205)
@@ -33,7 +33,6 @@
import grass.script as grass
-
from gui_core.dialogs import SavedRegion
from core.gcmd import RunCommand, GException, GError, GMessage
from core.debug import Debug
@@ -747,8 +746,8 @@
"""
@see method UpdateMap for arguments description.
"""
- self.resize = False
start = time.clock()
+ self.resize = False
# was if self.Map.cmdfile and ...
if self.IsAlwaysRenderEnabled() and self.img is None:
More information about the grass-commit
mailing list