diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-18 20:02:43 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-18 20:02:43 +0200 |
commit | 50d50019d8b8350bc7b04b0b49c6107cde62f4b0 (patch) | |
tree | 258a2132d33230c193c8eec747cea4dcb42e7956 /indra/llui | |
parent | 7b2cbf254ae102738d9e7b41e9cec55a867ec755 (diff) |
CHUI-729 FIXED Messages pane displays incorrect after changing size and relogin
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index a6a85fc7d1..157b9b0113 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -224,7 +224,7 @@ public: void openFloater(const LLSD& key = LLSD()); // If allowed, close the floater cleanly, releasing focus. - void closeFloater(bool app_quitting = false); + virtual void closeFloater(bool app_quitting = false); /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); |