Merge branch 'feature-advanced-mapping-list' into develop-try-to-merge-with-adv

# Conflicts:
#	MainWindow.cpp
This commit is contained in:
Tats
2016-03-05 22:41:41 -05:00
25 changed files with 869 additions and 220 deletions
+8
View File
@@ -72,6 +72,14 @@ void Mapping::setDepth(int depth)
}
}
void Mapping::setLocked(bool locked)
{
_shape->setLocked(locked);
if (hasInputShape())
_inputShape->setLocked(locked);
Element::setLocked(locked);
}
void Mapping::read(const QDomElement& obj)
{