Explorar el Código

Reverting accidental commenting out of lines 4582-3

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48231 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton hace 13 años
padre
commit
604bcb30e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      gui/wxpython/gui_modules/psmap_dialogs.py

+ 2 - 2
gui/wxpython/gui_modules/psmap_dialogs.py

@@ -4579,8 +4579,8 @@ class MapinfoDialog(PsmapDialog):
         self.panel = self._mapinfoPanel()
         
         self._layout(self.panel)
-#        self.OnIsBackground(None)
-#        self.OnIsBorder(None)
+        self.OnIsBackground(None)
+        self.OnIsBorder(None)
 
     def _mapinfoPanel(self):
         panel = wx.Panel(parent = self, id = wx.ID_ANY, size = (-1, -1), style = wx.TAB_TRAVERSAL)