[GRASS-SVN] r56133 - grass/branches/develbranch_6/gui/wxpython/psmap

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 5 08:55:37 PDT 2013


Author: annakrat
Date: 2013-05-05 08:55:36 -0700 (Sun, 05 May 2013)
New Revision: 56133

Modified:
   grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py
Log:
wxGUI/composer: continue to fix #1959

Modified: grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py	2013-05-05 12:59:18 UTC (rev 56132)
+++ grass/branches/develbranch_6/gui/wxpython/psmap/dialogs.py	2013-05-05 15:55:36 UTC (rev 56133)
@@ -4371,6 +4371,7 @@
             dc.SelectObject(wx.NullBitmap)
         else:
             self.imagePanel.image['preview'].SetBitmap(bitmap)
+        self.imagePanel.Refresh()
             
     def SetSizeInfoLabel(self, image):
         """!Update image size label"""



More information about the grass-commit mailing list