mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 13:19:54 +00:00
Cell type can be changed when cloning a cell
This commit is contained in:
parent
1c9d36a368
commit
3a6f708405
2 changed files with 0 additions and 9 deletions
|
@ -106,10 +106,3 @@ void CSVWorld::CellCreator::cloneMode(const std::string& originId,
|
|||
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 toggleWidgets(bool active = true);
|
||||
|
||||
virtual void cloneMode(const std::string& originId,
|
||||
const CSMWorld::UniversalId::Type type);
|
||||
|
||||
|
|
Loading…
Reference in a new issue