[GRASS-SVN] r66945 - grass/trunk/gui/wxpython/gmodeler
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 27 15:03:47 PST 2015
Author: martinl
Date: 2015-11-27 15:03:47 -0800 (Fri, 27 Nov 2015)
New Revision: 66945
Modified:
grass/trunk/gui/wxpython/gmodeler/frame.py
Log:
wxGUI/modeler: update item panel when page changed
Modified: grass/trunk/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/frame.py 2015-11-27 22:59:33 UTC (rev 66944)
+++ grass/trunk/gui/wxpython/gmodeler/frame.py 2015-11-27 23:03:47 UTC (rev 66945)
@@ -201,7 +201,9 @@
self.SetStatusText(_('Python script contains local modifications'), 0)
else:
self.SetStatusText(_('Python script is up-to-date'), 0)
-
+ elif page == self.notebook.GetPageIndexByName('items'):
+ self.itemPanel.Update()
+
event.Skip()
def OnVariables(self, event):
More information about the grass-commit
mailing list