diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-13 14:32:23 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-13 14:32:23 +0200 |
commit | fc9741f9ae1b0090db24847b134c193686f6ae59 (patch) | |
tree | 7592734ad9a095ee74bf1e481c3f69590c7b54b5 /indra/newview/llbottomtray.h | |
parent | 0c3c87884a3dbe0cb8ae272dcf7fdbf6ef6f7abe (diff) |
Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
Implemented functionality to process shrink after bottom tray min width is reached
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llbottomtray.h')
-rw-r--r-- | indra/newview/llbottomtray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.h b/indra/newview/llbottomtray.h index 2972a2b1ac..090537042b 100644 --- a/indra/newview/llbottomtray.h +++ b/indra/newview/llbottomtray.h @@ -98,7 +98,7 @@ private: void updateResizeState(S32 new_width, S32 cur_width); void verifyChildControlsSizes(); - void processWidthDecreased(S32 delta_width); + S32 processWidthDecreased(S32 delta_width); void processWidthIncreased(S32 delta_width); void log(LLView* panel, const std::string& descr); bool processShowButton(EResizeState shown_object_type, S32* available_width, S32* buttons_required_width); |