summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-17 11:49:41 -0800
committerrichard <none@none>2009-12-17 11:49:41 -0800
commitc84b6a28a0f99961d115f41d7238869dc92e728c (patch)
tree2ccae6ed053b1ce15e164de943a51211674e90eb /indra/llui/llfloater.cpp
parent7a3034f738b0b2523ca919789fe4e7241faa1359 (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.cpp1
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);