1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 16:49:55 +00:00

Cell type can be changed when cloning a cell

This commit is contained in:
Stanislav Bas 2015-06-27 11:47:59 +03:00 committed by cc9cii
parent 1c9d36a368
commit 3a6f708405
2 changed files with 0 additions and 9 deletions

View file

@ -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);
}

View file

@ -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);