diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-01 00:35:22 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-02-01 16:38:47 +0200 |
commit | 6ada89ce0b9372d6a7f49ac45bad6713ad5d3355 (patch) | |
tree | 7e9f024aa51b30a03b7b6490f13c5259b9e4f8bc /indra/llui/llview.h | |
parent | aa6c7902af2ab2cc10bc86000a91078edafb522f (diff) |
SL-19117 Extend texture preview to show thumbnails when present
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index bec45df78a..444a4c3cb5 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -243,6 +243,7 @@ public: ECursorType getHoverCursor() { return mHoverCursor; } + static F32 getTooltipTimeout(); virtual const std::string getToolTip() const { return mToolTipMsg.getString(); } void sendChildToFront(LLView* child); |