Skip to content
Snippets Groups Projects
Commit de0dbe57 authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

STORM-530 FIXED Combobox drop down menu appears upon 'Down Arrow' key press...

STORM-530 FIXED Combobox drop down menu appears upon 'Down Arrow' key press even if last combobox item is selected.
parent 65b3cd14
No related branches found
No related tags found
No related merge requests found
...@@ -769,7 +769,7 @@ BOOL LLComboBox::handleKeyHere(KEY key, MASK mask) ...@@ -769,7 +769,7 @@ BOOL LLComboBox::handleKeyHere(KEY key, MASK mask)
return FALSE; return FALSE;
} }
// if selection has changed, pop open list // if selection has changed, pop open list
else if (mList->getLastSelectedItem() != last_selected_item) else
{ {
showList(); showList();
} }
......
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