diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-27 19:05:23 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-27 22:38:15 +0200 |
| commit | eaa9b152bfe9b5da44f724ddce1a2ecc86dc61bf (patch) | |
| tree | 55d78528f5560a5b73dd3a5e87b68a7dc04181f8 /indra/llui/lltabcontainer.h | |
| parent | 9ec2aac56c0e1a60ad8dbf6549b8a3cf7efec570 (diff) | |
SL-307 Implemented ability to specify color and changed flashing color
Diffstat (limited to 'indra/llui/lltabcontainer.h')
| -rw-r--r-- | indra/llui/lltabcontainer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h index 8f93f1c47d..5339bec3dd 100644 --- a/indra/llui/lltabcontainer.h +++ b/indra/llui/lltabcontainer.h @@ -111,7 +111,7 @@ public: Optional<bool> open_tabs_on_drag_and_drop; /** - * Open tabs on hover in drag and drop situations + * Enable tab flashing */ Optional<bool> enable_tabs_flashing; @@ -203,6 +203,7 @@ public: BOOL getTabPanelFlashing(LLPanel* child); void setTabPanelFlashing(LLPanel* child, BOOL state); + void setTabPanelFlashing(LLPanel* child, BOOL state, LLUIColor color); void setTabImage(LLPanel* child, std::string img_name, const LLColor4& color = LLColor4::white); void setTabImage(LLPanel* child, const LLUUID& img_id, const LLColor4& color = LLColor4::white); void setTabImage(LLPanel* child, LLIconCtrl* icon); |
