mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Cell type can be changed when cloning a cell
This commit is contained in:
parent
5761ec428d
commit
cad4ce4e0f
@ -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