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:
parent
2770145272
commit
b607a6a98a
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue