diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-29 12:32:15 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-29 12:32:15 -0800 |
commit | 93cb03d9d592805164215eee39ba6c6cf163d598 (patch) | |
tree | 140c8117f77f6b74802c3dc2001d7d6129a93349 /indra | |
parent | 975f745b19a9869fd34ffb5599e294ef86120976 (diff) | |
parent | de0dbe57398d5509d97788c5c584ecae24f00b17 (diff) |
STORM-530 : Pull into viewer-beta
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/llcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp index 2dabbc7767..a268ee5d75 100644 --- a/indra/llui/llcombobox.cpp +++ b/indra/llui/llcombobox.cpp @@ -769,7 +769,7 @@ BOOL LLComboBox::handleKeyHere(KEY key, MASK mask) return FALSE; } // if selection has changed, pop open list - else if (mList->getLastSelectedItem() != last_selected_item) + else { showList(); } |