diff -r 46a9fde631f4 -r 75db7bb8dce8 QTfrontend/ui/widget/bgwidget.cpp --- a/QTfrontend/ui/widget/bgwidget.cpp Wed Jan 02 11:11:49 2013 +0100 +++ b/QTfrontend/ui/widget/bgwidget.cpp Sun Jan 27 00:28:57 2013 +0100 @@ -176,6 +176,8 @@ int ydiff = newPos.y() - oldPos.y(); update(oldPos.x(), oldPos.y(), xdiff+sprite.width(), ydiff+sprite.height()); } + + //repaint(); // Repaint every frame. Prevents ghosting of widgets if widgets resize in runtime. } void BGWidget::startAnimation()