mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 08:41:35 +00:00
report ID errors also via input field tool tips
This commit is contained in:
parent
5ec9d370cb
commit
899e18b2cf
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ void CSVWorld::GenericCreator::update()
|
||||||
mErrors = getErrors();
|
mErrors = getErrors();
|
||||||
|
|
||||||
mCreate->setToolTip (QString::fromUtf8 (mErrors.c_str()));
|
mCreate->setToolTip (QString::fromUtf8 (mErrors.c_str()));
|
||||||
|
mId->setToolTip (QString::fromUtf8 (mErrors.c_str()));
|
||||||
|
|
||||||
mCreate->setEnabled (mErrors.empty() && !mLocked);
|
mCreate->setEnabled (mErrors.empty() && !mLocked);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue