diff options
author | Richard Linden <none@none> | 2012-02-08 16:51:19 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-08 16:51:19 -0800 |
commit | e482e677b2dece8cc46008f4fb05e4927ec70b4e (patch) | |
tree | e68fb14de2b93a60efd24e9d44e539ca31ff538c /indra/llui/lllayoutstack.h | |
parent | f27ea1aff738f3222c782a7fac5b9172fc3cf67c (diff) |
EXP-1767 WIP Received Items panel state does not persist between sessions
fixed layout stack so programmatic size updates will work correctly
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r-- | indra/llui/lllayoutstack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 4a8702e318..d32caec5f9 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -111,6 +111,7 @@ private: LLLayoutPanel* findEmbeddedPanel(LLPanel* panelp) const; LLLayoutPanel* findEmbeddedPanelByName(const std::string& name) const; + void updateFractionalSizes(); void normalizeFractionalSizes(); void updatePanelRect( LLLayoutPanel* param1, const LLRect& new_rect ); |