[GRASS-SVN] r67504 - grass/trunk/gui/wxpython/mapwin
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 6 10:28:08 PST 2016
Author: martinl
Date: 2016-01-06 10:28:08 -0800 (Wed, 06 Jan 2016)
New Revision: 67504
Modified:
grass/trunk/gui/wxpython/mapwin/buffered.py
Log:
wxGUI: debug cosmetics
Modified: grass/trunk/gui/wxpython/mapwin/buffered.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/buffered.py 2016-01-06 12:34:07 UTC (rev 67503)
+++ grass/trunk/gui/wxpython/mapwin/buffered.py 2016-01-06 18:28:08 UTC (rev 67504)
@@ -502,7 +502,7 @@
If self.redrawAll is False on self.pdcTmp content is re-drawn
"""
- Debug.msg(4, "BufferedWindow.OnPaint(): redrawAll=%s" % self.redrawAll)
+ Debug.msg(5, "BufferedWindow.OnPaint(): redrawAll=%s" % self.redrawAll)
dc = wx.BufferedPaintDC(self, self._buffer)
dc.Clear()
More information about the grass-commit
mailing list