mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Merge branch 'feature-advanced-mapping-list' into develop-try-to-merge-with-adv
# Conflicts: # MainWindow.cpp
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user