Get rid of those jagged lines straight away.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=759888
This commit is contained in:
Alex Merry 2008-01-11 12:11:16 +00:00
parent e8eca7eb2a
commit 0cac630a79

View File

@ -114,6 +114,8 @@ AppletHandle::~AppletHandle()
m_applet->setTransform(matrix);
m_applet->setParentItem(m_containment);
m_applet->update(); // re-render the background, now we've transformed the applet
}
}