[GRASS-SVN] r55255 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 28 05:47:17 PST 2013
Author: turek
Date: 2013-02-28 05:47:17 -0800 (Thu, 28 Feb 2013)
New Revision: 55255
Modified:
grass/trunk/gui/wxpython/mapdisp/mapwindow.py
Log:
remove self from arguments in calling of UpdateMap method
Modified: grass/trunk/gui/wxpython/mapdisp/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/mapwindow.py 2013-02-28 10:43:12 UTC (rev 55254)
+++ grass/trunk/gui/wxpython/mapdisp/mapwindow.py 2013-02-28 13:47:17 UTC (rev 55255)
@@ -596,7 +596,7 @@
Debug.msg (1, "Invalid call of EVT_UPDATE_MAP event.")
return
- self.UpdateMap(self, **kwargs)
+ self.UpdateMap(**kwargs)
def UpdateMap(self, render = True, renderVector = True):
"""!Updates the canvas anytime there is a change to the
More information about the grass-commit
mailing list