diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-24 16:10:53 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-24 16:10:53 +0200 |
commit | 0c3f6abca6b8bbf26576e2a3776588eb72832cb2 (patch) | |
tree | a57fb58e6fd13acb8c0165dd2d42102fe121602d /indra/newview/llpanelpick.h | |
parent | 9c90822c9d5409f267c5d457489a6fd295dabd2a (diff) |
Fixed low bug EXT-1326 - Pick info should contain vertical scroll-bar if height of viewer window less than Pick Info's height.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpick.h')
-rw-r--r-- | indra/newview/llpanelpick.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llpanelpick.h b/indra/newview/llpanelpick.h index 95add387d0..12b5a116b4 100644 --- a/indra/newview/llpanelpick.h +++ b/indra/newview/llpanelpick.h @@ -140,6 +140,15 @@ protected: virtual LLVector3d& getPosGlobal() { return mPosGlobal; } /** + * Reshapes content panel to fit all elements. + * + * Assume that description text-box is the last element of panel. + * Reshape text-box to fit text height and then reshape content panel to fit + * text-box bottom. EXT-1326 + */ + void updateContentPanelRect(); + + /** * Callback for "Map" button, opens Map */ void onClickMap(); |