[GRASS-SVN] r71217 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 25 16:18:17 PDT 2017
Author: annakrat
Date: 2017-06-25 16:18:17 -0700 (Sun, 25 Jun 2017)
New Revision: 71217
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI/forms: enable to create new directory for G_OPT_M_DIR
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2017-06-24 14:49:49 UTC (rev 71216)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2017-06-25 23:18:17 UTC (rev 71217)
@@ -1910,6 +1910,7 @@
_('Directory')),
buttonText=_('Browse'),
startDirectory=os.getcwd(),
+ newDirectory=True,
changeCallback=self.OnSetValue)
value = self._getValue(p)
if value:
More information about the grass-commit
mailing list