1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-31 21:18:26 +00:00

Call update instead of direct disable

This commit is contained in:
Aussiemon 2026-01-25 01:13:47 -07:00
parent 2770145272
commit b607a6a98a

View file

@ -194,8 +194,7 @@ std::string CSVTools::SearchBox::getReplaceText() const
void CSVTools::SearchBox::setEditLock(bool locked)
{
mLocked = locked;
if (mLocked)
mReplace.setEnabled(false);
updateSearchButtons();
}
void CSVTools::SearchBox::focus()