summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-02-27 11:40:57 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-02-27 11:40:57 +0200
commitadc48a7effd3394dd5c17ccb63f4589f5b94f7f2 (patch)
tree7177035283cbe1328cdf8069ca5b8162fead4679 /indra/llui
parent241b09a0867fffb9ea1a333b144c9d503eba0bbc (diff)
MAINT-2781 FIXED Reset pressed state on focus lost.
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llcombobox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp
index 56be52f69a..5b0f34aaa3 100755
--- a/indra/llui/llcombobox.cpp
+++ b/indra/llui/llcombobox.cpp
@@ -443,6 +443,7 @@ void LLComboBox::onFocusLost()
{
mTextEntry->selectAll();
}
+ mButton->setForcePressedState(false);
LLUICtrl::onFocusLost();
}