mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-31 06:32:39 +00:00
Cell type can be changed when cloning a cell
This commit is contained in:
parent
1c9d36a368
commit
3a6f708405
@ -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…
x
Reference in New Issue
Block a user