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-engine
master
Ychebotarev ProductEngine 2010-01-19 18:23:42 +02:00
parent 82de841c52
commit ac8f5e6f91
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}