summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-11-30 11:03:39 -0500
committerLoren Shih <seraph@lindenlab.com>2010-11-30 11:03:39 -0500
commitb778ba9b882ecb03e61b3b9bd833618ca096f5da (patch)
treede5aba4a99443999015574f7e2a2a5b7b27a42eb /indra/llui/llcombobox.cpp
parente67e5cbc404d61efa4d5b3a454f55ecc194af43d (diff)
parentf62a702c2bb912078d2f5481cd7ced819c142f18 (diff)
Automated merge from viewer-development
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();
}