View | Details | Raw Unified
Collapse All | Expand All

(-) moodin_original/src/effectwidget.cpp (-1 / +1 lines)
 Lines 145-151    Link Here 
  if (!bgImage)
  if (!bgImage)
    return;
    return;
  QPoint pos(mapToGlobal(QPoint(0, 0)));
  QPoint pos(mapToParent(QPoint(0, 0)));
  background = bgImage->copy(pos.x(), pos.y(), width(), height());
  background = bgImage->copy(pos.x(), pos.y(), width(), height());
  bitBlt(this, 0, 0, &background);
  bitBlt(this, 0, 0, &background);
}
}