fix for low EXT-4464 There is no visual indication of current selection while traversing Group Profile accordion using keyboard
actually that was done for some reason... but I really really really don't understand them --HG-- branch : product-enginemaster
parent
82de841c52
commit
ac8f5e6f91
|
|
@ -157,7 +157,8 @@ void LLAccordionCtrlTab::LLAccordionCtrlTabHeader::draw()
|
|||
// because the user's mental model of focus is that it goes away after
|
||||
// the accordion is closed.
|
||||
if (getParent()->hasFocus()
|
||||
&& !(collapsible && !expanded))
|
||||
/*&& !(collapsible && !expanded)*/ // WHY??
|
||||
)
|
||||
{
|
||||
mImageHeaderFocused->draw(0,0,width,height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue