mirror of https://github.com/WerWolv/ImHex.git
fix: Search button in numeric find option being active by default
This commit is contained in:
parent
d00fae03a9
commit
f40b5d9811
|
@ -776,6 +776,9 @@ namespace hex::plugin::builtin {
|
|||
this->m_settingsValid = minValid && maxValid && minSize == maxSize;
|
||||
}
|
||||
|
||||
if (settings.inputMin.empty())
|
||||
this->m_settingsValid = false;
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue