mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
(svn r24648) -Fix (r24647): svn diff != ||
This commit is contained in:
parent
23054a3ab5
commit
c4fa82adba
@ -1343,7 +1343,7 @@ bool SettingEntry::UpdateFilterState(StringFilter &filter, bool force_visible, R
|
|||||||
bool visible = true;
|
bool visible = true;
|
||||||
switch (this->flags & SEF_KIND_MASK) {
|
switch (this->flags & SEF_KIND_MASK) {
|
||||||
case SEF_SETTING_KIND: {
|
case SEF_SETTING_KIND: {
|
||||||
if (force_visible !! !filter.IsEmpty()) {
|
if (force_visible || !filter.IsEmpty()) {
|
||||||
/* Process the search text filter for this item. */
|
/* Process the search text filter for this item. */
|
||||||
filter.ResetState();
|
filter.ResetState();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user