Skip to content
Snippets Groups Projects
Commit 1a3c5e57 authored by Merov Linden's avatar Merov Linden
Browse files

CHUI-528, CHUI-536, CHUI-538, CHUI-540: Fixed the changed item's highlighting...

CHUI-528, CHUI-536, CHUI-538, CHUI-540: Fixed the changed item's highlighting that broke multiselection in inventory and in conversations.
parent 8076f7a3
No related branches found
No related tags found
No related merge requests found
......@@ -712,7 +712,7 @@ void LLFolderViewItem::drawHighlight(const BOOL showContent, const BOOL hasKeybo
}
}
if (!isHighlightAllowed() || isHighlightActive())
if (isHighlightAllowed() || isHighlightActive())
{
gl_rect_2d(FOCUS_LEFT,
focus_top,
......@@ -721,7 +721,7 @@ void LLFolderViewItem::drawHighlight(const BOOL showContent, const BOOL hasKeybo
bg_color, hasKeyboardFocus);
}
if (mIsCurSelection)
if (isHighlightActive())
{
gl_rect_2d(FOCUS_LEFT,
focus_top,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment