Selaa lähdekoodia

fix g.mapset -s issue (set_gui_path)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67326 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 vuotta sitten
vanhempi
commit
7c2a8d8468
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      gui/wxpython/modules/mapsets_picker.py

+ 3 - 0
gui/wxpython/modules/mapsets_picker.py

@@ -2,6 +2,9 @@
 
 import wx
 
+from grass.script.setup import set_gui_path
+set_gui_path()
+
 from core.gcmd import RunCommand
 from core.utils import _
 from gui_core.preferences import MapsetAccess