[GRASS-SVN] r69344 - grass/branches/releasebranch_7_2/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 2 06:46:40 PDT 2016
Author: annakrat
Date: 2016-09-02 06:46:40 -0700 (Fri, 02 Sep 2016)
New Revision: 69344
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/core/ws.py
Log:
wxGUI: add missing signal tofix WMS render manager (merge from trunk, r69343)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/core/ws.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/core/ws.py 2016-09-02 13:45:39 UTC (rev 69343)
+++ grass/branches/releasebranch_7_2/gui/wxpython/core/ws.py 2016-09-02 13:46:40 UTC (rev 69344)
@@ -69,6 +69,7 @@
self.dataFetched = Signal('RenderWMSMgr.dataFetched')
self.updateProgress = Signal('RenderWMSMgr.updateProgress')
+ self.renderingFailed = Signal('RenderWMSMgr.renderingFailed')
def __del__(self):
try_remove(self.tempMap)
More information about the grass-commit
mailing list