[GRASS-SVN] r56320 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 19 23:54:59 PDT 2013


Author: annakrat
Date: 2013-05-19 23:54:59 -0700 (Sun, 19 May 2013)
New Revision: 56320

Modified:
   grass/trunk/gui/wxpython/animation/frame.py
Log:
wxGUI/animation: fix copy and paste error which appears only on Windows

Modified: grass/trunk/gui/wxpython/animation/frame.py
===================================================================
--- grass/trunk/gui/wxpython/animation/frame.py	2013-05-19 21:15:49 UTC (rev 56319)
+++ grass/trunk/gui/wxpython/animation/frame.py	2013-05-20 06:54:59 UTC (rev 56320)
@@ -141,7 +141,6 @@
                               BottomDockable(True).TopDockable(True).
                               CloseButton(False).Layer(2).Row(1).
                               BestSize((self.toolbars['miscToolbar'].GetBestSize())))
-            self.controller.SetAnimationToolbar(self.toolbars['miscToolbar'])
 
     def SetAnimations(self, inputs=None, dataType=None):
         """!Set animation data



More information about the grass-commit mailing list