From de6db7fa5a5a59d5be309748a50ae23bfbe9277a Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Sat, 21 Mar 2015 03:48:10 -0400 Subject: [PATCH] Fix the bug in LLFloaterEditUI that caused the width spinner to change the height --- indra/newview/llfloatereditui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloatereditui.cpp b/indra/newview/llfloatereditui.cpp index 0bc8fcc15..2d7b42438 100644 --- a/indra/newview/llfloatereditui.cpp +++ b/indra/newview/llfloatereditui.cpp @@ -164,7 +164,7 @@ LLFloaterEditUI::LLFloaterEditUI() spin = new LLSpinCtrl(std::string("width_spin"), LLRect(x, y+20, x+100, y), std::string("Width:"), LLFontGL::getFontSansSerifSmall(), - boost::bind(&LLFloaterEditUI::onCommitHeight,_1), + boost::bind(&LLFloaterEditUI::onCommitWidth,_1), 0.f, 2.f, 1000.f,