summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-03-04 16:35:52 -0800
committerRichard Nelson <none@none>2010-03-04 16:35:52 -0800
commit485711e179e0ccf6351feb02318f41bbb5593662 (patch)
tree921ab16f22dfbd6e9f69166db9f22b40ada27b0f /indra/llui/llcombobox.cpp
parent5208aa56bd28490084166d0f755ce8d2f0dcd5a2 (diff)
removed extraneous updateBoundingRect() calls
remove the login progress panel as a popup only after it has finished fading out popupview manages it's own registering and unregistering of popup callbacks
Diffstat (limited to 'indra/llui/llcombobox.cpp')
-rw-r--r--indra/llui/llcombobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp
index c679717807..9ec1a9f7c4 100644
--- a/indra/llui/llcombobox.cpp
+++ b/indra/llui/llcombobox.cpp
@@ -622,7 +622,7 @@ void LLComboBox::showList()
LLUI::addPopup(this);
setUseBoundingRect(TRUE);
- updateBoundingRect();
+// updateBoundingRect();
}
void LLComboBox::hideList()
@@ -646,7 +646,7 @@ void LLComboBox::hideList()
setUseBoundingRect(FALSE);
LLUI::removePopup(this);
- updateBoundingRect();
+// updateBoundingRect();
}
}