diff options
author | Richard Linden <none@none> | 2012-02-24 16:57:12 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-24 16:57:12 -0800 |
commit | 0c7e91205f9b2fc8fe55e5a65f4bfa908d105c37 (patch) | |
tree | 6650cb18b1376f5417ea1bd627a75e8cfb81f8c3 /indra/newview | |
parent | 0fc6c5df969681659b1cc20bf06e9b1f8708d7a4 (diff) |
EXP-1181 FIX As a designer, I would like to specify default floater positions using relative coordinates
fixed bug where resizing window would cause stacked floaters to move relative to each other
renamed positioning enums to reflect the fact that they apply all the time now, not just when opening floaters
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index b1b6abe723..9a9f8fd013 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2170,6 +2170,8 @@ void LLViewerWindow::reshape(S32 width, S32 height) LLViewerStats::getInstance()->setStat(LLViewerStats::ST_WINDOW_WIDTH, (F64)width); LLViewerStats::getInstance()->setStat(LLViewerStats::ST_WINDOW_HEIGHT, (F64)height); + + LLLayoutStack::updateClass(); } } |