Skip to content
Snippets Groups Projects
Commit 72100ef8 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix preference search half working

parent a6bba672
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -79,6 +79,12 @@ class LLTextBox :
LLUIString mText;
callback_t mClickedCallback;
bool mShowCursorHand;
protected:
virtual std::string _getSearchText() const
{
return LLTextBase::_getSearchText() + mText.getString();
}
};
// Build time optimization, generate once in .cpp file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment