mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:19:41 +00:00
Cell type can be changed when cloning a cell
This commit is contained in:
parent
5761ec428d
commit
cad4ce4e0f
2 changed files with 0 additions and 9 deletions
|
@ -106,10 +106,3 @@ void CSVWorld::CellCreator::cloneMode(const std::string& originId,
|
||||||
mType->setCurrentIndex(0);
|
mType->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void CSVWorld::CellCreator::toggleWidgets(bool active)
|
|
||||||
{
|
|
||||||
CSVWorld::GenericCreator::toggleWidgets(active);
|
|
||||||
mType->setEnabled(active);
|
|
||||||
}
|
|
||||||
|
|
|
@ -32,8 +32,6 @@ namespace CSVWorld
|
||||||
|
|
||||||
virtual void reset();
|
virtual void reset();
|
||||||
|
|
||||||
virtual void toggleWidgets(bool active = true);
|
|
||||||
|
|
||||||
virtual void cloneMode(const std::string& originId,
|
virtual void cloneMode(const std::string& originId,
|
||||||
const CSMWorld::UniversalId::Type type);
|
const CSMWorld::UniversalId::Type type);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue