diff options
author | Richard Nelson <none@none> | 2010-03-04 16:35:52 -0800 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-04 16:35:52 -0800 |
commit | 485711e179e0ccf6351feb02318f41bbb5593662 (patch) | |
tree | 921ab16f22dfbd6e9f69166db9f22b40ada27b0f /indra/newview/llpopupview.h | |
parent | 5208aa56bd28490084166d0f755ce8d2f0dcd5a2 (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/newview/llpopupview.h')
-rw-r--r-- | indra/newview/llpopupview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpopupview.h b/indra/newview/llpopupview.h index 6248e9a553..1ec61d5450 100644 --- a/indra/newview/llpopupview.h +++ b/indra/newview/llpopupview.h @@ -39,6 +39,7 @@ class LLPopupView : public LLPanel { public: LLPopupView(); + ~LLPopupView(); /*virtual*/ void draw(); /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); |