diff options
| author | richard <none@none> | 2009-12-17 11:49:41 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-12-17 11:49:41 -0800 |
| commit | c84b6a28a0f99961d115f41d7238869dc92e728c (patch) | |
| tree | 2ccae6ed053b1ce15e164de943a51211674e90eb /indra/llui/llfloater.cpp | |
| parent | 7a3034f738b0b2523ca919789fe4e7241faa1359 (diff) | |
made setupParams do coordinate flipping and negative coordinate magic only for XUI-based params
Diffstat (limited to 'indra/llui/llfloater.cpp')
| -rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 5fd707fea3..f7fd2dbdfe 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -2716,6 +2716,7 @@ bool LLFloater::initFloaterXML(LLXMLNodePtr node, LLView *parent, LLXMLNodePtr o params.rect.left.set(0); } + params.from_xui = true; setupParams(params, parent); initFromParams(params); |
