[GRASS-SVN] r51765 - grass/branches/develbranch_6/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 26 06:32:37 EDT 2012


Author: annakrat
Date: 2012-05-26 03:32:37 -0700 (Sat, 26 May 2012)
New Revision: 51765

Modified:
   grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py
Log:
wxNviz: fix bug related to OnPaint method on Windows (merged from trunk, r51763)

Modified: grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py	2012-05-26 10:30:41 UTC (rev 51764)
+++ grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py	2012-05-26 10:32:37 UTC (rev 51765)
@@ -305,7 +305,6 @@
                               CloseButton(False).DestroyOnClose(True).
                               Layer(0))
             
-            self.MapWindow3D.OnPaint(None) # -> LoadData
             self.MapWindow3D.Show()
             self.MapWindow3D.ResetViewHistory()            
             self.MapWindow3D.UpdateView(None)



More information about the grass-commit mailing list