From adc48a7effd3394dd5c17ccb63f4589f5b94f7f2 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Fri, 27 Feb 2015 11:40:57 +0200 Subject: MAINT-2781 FIXED Reset pressed state on focus lost. --- indra/llui/llcombobox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui') 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(); } -- cgit v1.2.3