send view edge changed signal when copying views

pull/5/head
Michail Vourlakos 6 years ago
parent ae4578433c
commit c653bbe14b

@ -1196,6 +1196,7 @@ void GenericLayout::syncToLayoutFile(bool removeLayoutId)
void GenericLayout::copyView(Plasma::Containment *containment)
{
m_storage->copyView(containment);
emit viewEdgeChanged();
}
void GenericLayout::importToCorona()

Loading…
Cancel
Save