Fix the bug in LLFloaterEditUI that caused the width spinner to change the height

This commit is contained in:
Inusaito Sayori
2015-03-21 03:48:10 -04:00
parent d7c8b00d90
commit de6db7fa5a

View File

@@ -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,