Fix STORM-716 by re-fixing STORM-530 in a different way.

master
Kent Quirk 2010-12-01 15:34:44 -05:00
parent a2439b74df
commit 3cf5ee8a2f
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ BOOL LLComboBox::handleKeyHere(KEY key, MASK mask)
return FALSE;
}
// if selection has changed, pop open list
else
else if ((mList->getLastSelectedItem() != last_selected_item) || (key == KEY_DOWN) || (key == KEY_UP))
{
showList();
}