소스 검색

wxGUI: fixes incomplete map display when opening from gxw workspace (#500)

Fixes #466, it is not quite clear what the now removed line was there for.
Tomas Zigo 5 년 전
부모
커밋
d07d8abcd5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      gui/wxpython/mapwin/buffered.py

+ 0 - 2
gui/wxpython/mapwin/buffered.py

@@ -909,8 +909,6 @@ class BufferedMapWindow(MapWindowBase, Window):
         Debug.msg(1, "BufferedWindow.UpdateMap(): started "
                   "(render=%s, renderVector=%s)" % (render, renderVector))
 
-        self.resize = False
-
         # was if self.Map.cmdfile and ...
         if self.IsAlwaysRenderEnabled() and self.img is None:
             render = True