Explorar el Código

wxGUI: raise also first map window
(merge from relbr64, https://trac.osgeo.org/grass/changeset/36978)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36980 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa hace 16 años
padre
commit
db65a5770a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      gui/wxpython/wxgui.py

+ 1 - 0
gui/wxpython/wxgui.py

@@ -184,6 +184,7 @@ class GMFrame(wx.Frame):
         self.goutput.Redirect()
         
         # start with layer manager on top
+        self.curr_page.maptree.mapdisplay.Raise()
         self.Raise()
 
     def __doLayout(self):