diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-17 14:33:07 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-17 14:33:07 +0200 |
commit | d43e33400a2ef9d89ed6d13067055b5b1edbde78 (patch) | |
tree | fbe8c90595e6b629723fb2cde6d682eb21dbb9a4 /indra/llui/lldockablefloater.h | |
parent | 4b80c9978c48b6a9eaac2ed358e81cf06f3e2cb5 (diff) |
implemented EXT-2515 "Docked floaters should be resizeable";
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lldockablefloater.h')
-rw-r--r-- | indra/llui/lldockablefloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldockablefloater.h b/indra/llui/lldockablefloater.h index 46491d8a29..e5f94dca91 100644 --- a/indra/llui/lldockablefloater.h +++ b/indra/llui/lldockablefloater.h @@ -65,6 +65,7 @@ public: /* virtula */BOOL postBuild(); /* virtual */void setDocked(bool docked, bool pop_on_undock = true); /* virtual */void draw(); + /* virtual */void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); /** * If descendant class overrides setVisible() then it must still invoke its |