summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-02 15:14:40 -0500
committerOz Linden <oz@lindenlab.com>2010-12-02 15:14:40 -0500
commite1d31a5aca0e1619769735e6902b012bad965805 (patch)
tree89c0b6dcf047e513df82d61a916a0736531696b9 /indra/llui/llcombobox.cpp
parentf6fba382fb06a592767a237f2fe8313a221ef6ad (diff)
parenta2439b74df5adaed8127aac9fff94e88e15e51a9 (diff)
merge fixes for various transparency issues
Diffstat (limited to 'indra/llui/llcombobox.cpp')
-rw-r--r--indra/llui/llcombobox.cpp2
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();
}