diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-05-26 16:12:33 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-05-26 16:12:33 -0400 |
| commit | dbac37dcb50bf44255c2b622d418bb4339f1afca (patch) | |
| tree | acffbcb5984696e507243f939f6b9c5a951b755b /indra/llui/lllayoutstack.h | |
| parent | 790dfda43472da75d17a848eb91e2dcecb2b96e7 (diff) | |
| parent | b2b446aed7f7f32151bc152ba25d44253ebf864f (diff) | |
merge latest viewer-release
Diffstat (limited to 'indra/llui/lllayoutstack.h')
| -rw-r--r-- | indra/llui/lllayoutstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index d32caec5f9..648cd5fdce 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -155,6 +155,8 @@ public: void setVisible(BOOL visible); S32 getLayoutDim() const; + S32 getTargetDim() const; + void setTargetDim(S32 value); S32 getMinDim() const { return llmax(0, mMinDim); } void setMinDim(S32 value) { mMinDim = value; } |
