dont apply containment changes when locked

--if the layout is locked then dont apply any
containment config changes
pull/2/head
Michail Vourlakos 7 years ago
parent a87d094986
commit 78ebe6e258

@ -67,7 +67,7 @@ Layout::~Layout()
void Layout::syncToLayoutFile()
{
if (!m_corona) {
if (!m_corona || !isWritable()) {
return;
}

Loading…
Cancel
Save