*** src/effectwidget.cpp.ori 2006-09-09 09:59:47.000000000 +0200 --- src/effectwidget.cpp 2006-09-08 18:23:24.000000000 +0200 *************** *** 145,151 **** if (!bgImage) return; ! QPoint pos(mapToGlobal(QPoint(0, 0))); background = bgImage->copy(pos.x(), pos.y(), width(), height()); bitBlt(this, 0, 0, &background); } --- 145,151 ---- if (!bgImage) return; ! QPoint pos(mapToParent(QPoint(0, 0))); background = bgImage->copy(pos.x(), pos.y(), width(), height()); bitBlt(this, 0, 0, &background); }