diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-21 19:25:06 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-21 19:25:06 +0100 |
commit | 67d880781ee2463522edd11f9286635414aa46eb (patch) | |
tree | 3146816bbc9f0f1db1c9dc6eff2c6e22713bcd5c /indra/newview/llflyoutcombobtn.cpp | |
parent | e3c2d3fd5138fa79946734e61b34d38e98c6a493 (diff) | |
parent | 163ae605be8871f37f19d94b71ec4370aadf9a49 (diff) |
Merge
Diffstat (limited to 'indra/newview/llflyoutcombobtn.cpp')
-rw-r--r-- | indra/newview/llflyoutcombobtn.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llflyoutcombobtn.cpp b/indra/newview/llflyoutcombobtn.cpp index a736fcafa3..d1a8b46c92 100644 --- a/indra/newview/llflyoutcombobtn.cpp +++ b/indra/newview/llflyoutcombobtn.cpp @@ -100,6 +100,11 @@ void LLFlyoutComboBtnCtrl::setShownBtnEnabled(bool enabled) mParent->getChildView(mActionButton)->setEnabled(enabled); } +void LLFlyoutComboBtnCtrl::setMenuItemVisible(const std::string &item, bool visible) +{ + mFlyoutMenu->setItemVisible(item, visible); +} + void LLFlyoutComboBtnCtrl::onFlyoutButton(LLUICtrl *ctrl, const LLSD &data) { S32 x, y; |