diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-22 15:47:36 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-22 15:47:36 +0300 |
commit | 0d099b4f08a61610dc5f7131c6b7f0f8d0de5487 (patch) | |
tree | 65f0c265e91137a1bcd3148044b51ea2523c9665 /indra/newview/llfloatermap.h | |
parent | b14e19c1ac1f329d75769ba8a9307608365ca06e (diff) |
EXT-7882 FIX Set caption when floater minimized and remove when maximized.
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/624/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloatermap.h')
-rw-r--r-- | indra/newview/llfloatermap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatermap.h b/indra/newview/llfloatermap.h index 3c063adfb8..f7e46bf868 100644 --- a/indra/newview/llfloatermap.h +++ b/indra/newview/llfloatermap.h @@ -55,6 +55,8 @@ public: /*virtual*/ void draw(); /*virtual*/ void onFocusLost(); /*virtual*/ void onFocusReceived(); + + /*virtual*/ void setMinimized(BOOL b); private: void handleZoom(const LLSD& userdata); |