Browse Source

wxGUI/GdalImportDialog: fix loading settings

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57712 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
cad26cd61e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gui/wxpython/gui_core/gselect.py

+ 3 - 0
gui/wxpython/gui_core/gselect.py

@@ -1652,6 +1652,9 @@ class GdalSelect(wx.Panel):
             else:
                 self.dbWidgets[name].SetValue(data[1])
             self.dbWidgets['options'].SetValue(data[3])
+        
+        self.reloadDataRequired.emit(data=None)
+        self._reloadLayers()
 
     def OnSettingsSaving(self, name):
         """!Saving data"""