Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
cd859cd9
Commit
cd859cd9
authored
Jan 09, 2019
by
maxim_productengine
Browse files
SL-10321 FIXED 'Uploads' tab is not displayed after any search in Preferences
parent
3b9b6877
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llsearchableui.cpp
View file @
cd859cd9
...
...
@@ -70,6 +70,11 @@ bool ll::prefs::PanelData::hightlightAndHide( LLWString const &aFilter )
for
(
tSearchableItemList
::
iterator
itr
=
mChildren
.
begin
();
itr
!=
mChildren
.
end
();
++
itr
)
(
*
itr
)
->
setNotHighlighted
(
);
if
(
aFilter
.
empty
())
{
return
true
;
}
bool
bVisible
(
false
);
for
(
tSearchableItemList
::
iterator
itr
=
mChildren
.
begin
();
itr
!=
mChildren
.
end
();
++
itr
)
bVisible
|=
(
*
itr
)
->
hightlightAndHide
(
aFilter
);
...
...
Testicular Slingshot
@TesticularSlingshot
mentioned in commit
f60f76b8
·
Feb 07, 2020
mentioned in commit
f60f76b8
mentioned in commit f60f76b875385166a5e212350e43e2151eb54a18
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment