summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-08-31 21:27:37 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-08-31 21:27:37 +0300
commit18566c502398e0e449717a06b1ffae3966e55522 (patch)
tree45d909b0a897336da82ed4ab4b71d3fe179f9bdd /indra/llui/lllineeditor.h
parent9527199b0a0ca6b1089a05eef13674ebab5e8637 (diff)
SL-13852 Add visibility options to inventory search results
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index aa5779d45f..f84625bea7 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -283,6 +283,9 @@ public:
void resetContextMenu() { setContextMenu(NULL); };
+ void setBgImage(LLPointer<LLUIImage> image) { mBgImage = image; }
+ void setBgImageFocused(LLPointer<LLUIImage> image) { mBgImageFocused = image; }
+
private:
// private helper methods