Browse Source

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 năm trước cách đây
mục cha
commit
d07d8abcd5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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