Przeglądaj źródła

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 lat temu
rodzic
commit
cd88745528
1 zmienionych plików z 0 dodań i 2 usunięć
  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