QTfrontend/ui/widget/bgwidget.cpp
changeset 8420 98e3cc0418f9
parent 8393 85bd6c7b2641
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/bgwidget.cpp	Mon Jan 21 14:07:39 2013 -0500
+++ b/QTfrontend/ui/widget/bgwidget.cpp	Mon Jan 21 14:14:56 2013 -0500
@@ -177,7 +177,7 @@
         update(oldPos.x(), oldPos.y(), xdiff+sprite.width(), ydiff+sprite.height());
     }
 
-    repaint(); // Repaint every frame. Prevents ghosting of widgets if widgets resize in runtime.
+    //repaint(); // Repaint every frame. Prevents ghosting of widgets if widgets resize in runtime.
 }
 
 void BGWidget::startAnimation()