소스 검색

raise Layer Manager also on Windows
(merge https://trac.osgeo.org/grass/changeset/41842 from devbr6)


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

Martin Landa 15 년 전
부모
커밋
80919dffef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/wxgui.py

+ 1 - 1
gui/wxpython/wxgui.py

@@ -193,7 +193,7 @@ class GMFrame(wx.Frame):
         
         # start with layer manager on top
         self.curr_page.maptree.mapdisplay.Raise()
-        self.Raise()
+        wx.CallAfter(self.Raise)
 
     def __createNoteBook(self):
         """!Creates notebook widgets"""