Skip to content
Snippets Groups Projects
Commit e96d0d5e authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

Buildfix

parent 84f3b286
No related branches found
No related tags found
No related merge requests found
...@@ -877,7 +877,7 @@ BOOL LLView::handleToolTip(S32 x, S32 y, MASK mask) ...@@ -877,7 +877,7 @@ BOOL LLView::handleToolTip(S32 x, S32 y, MASK mask)
: LLUI::getInstance()->mSettingGroups["config"]->getF32( "ToolTipDelay" ); : LLUI::getInstance()->mSettingGroups["config"]->getF32( "ToolTipDelay" );
// Even if we don't show tooltips, consume the event, nothing below should show tooltip // Even if we don't show tooltips, consume the event, nothing below should show tooltip
bool allow_ui_tooltips = LLUI::sSettingGroups["config"]->getBOOL( "BasicUITooltips" ); bool allow_ui_tooltips = LLUI::getInstance()->mSettingGroups["config"]->getBOOL("BasicUITooltips");
if (allow_ui_tooltips) if (allow_ui_tooltips)
{ {
LLToolTipMgr::instance().show(LLToolTip::Params() LLToolTipMgr::instance().show(LLToolTip::Params()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment