diff options
author | Oz Linden <oz@lindenlab.com> | 2010-12-02 15:14:40 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-12-02 15:14:40 -0500 |
commit | e1d31a5aca0e1619769735e6902b012bad965805 (patch) | |
tree | 89c0b6dcf047e513df82d61a916a0736531696b9 /indra/llui/llcombobox.cpp | |
parent | f6fba382fb06a592767a237f2fe8313a221ef6ad (diff) | |
parent | a2439b74df5adaed8127aac9fff94e88e15e51a9 (diff) |
merge fixes for various transparency issues
Diffstat (limited to 'indra/llui/llcombobox.cpp')
-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(); } |