fix #537,properly set copy location in multi-scr

pull/1/head
Michail Vourlakos 8 years ago
parent f18047a43e
commit cf86fddeec

@ -1185,6 +1185,7 @@ void DockCorona::copyDock(Plasma::Containment *containment)
///set this containment to an explicit screen
newContainment->config().writeEntry("onPrimary", false);
newContainment->config().writeEntry("lastScreen", copyScrId);
newContainment->setLocation(containment->location());
setOnExplicitScreen = true;
}

Loading…
Cancel
Save