diff -r d99f46b676b5 -r 98e3cc0418f9 QTfrontend/ui/widget/bgwidget.cpp --- 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()