diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-01-19 12:48:04 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-01-19 12:48:04 -0500 |
| commit | 061b04132ddf96dc55f962add8bf254bba54bd46 (patch) | |
| tree | fc9b743ae37b198cd8199a8fcf2a906e55a82c64 /indra/newview/lllocationinputctrl.cpp | |
| parent | 6b7a7081c31607bada575dd2f0a226bc5d721fc2 (diff) | |
| parent | fde14fa53289d6bad4e3e91930115d7e249f71b8 (diff) | |
pull changes back from beta
Diffstat (limited to 'indra/newview/lllocationinputctrl.cpp')
| -rw-r--r-- | indra/newview/lllocationinputctrl.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 1527f8f4c9..55164f6094 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -547,6 +547,10 @@ void LLLocationInputCtrl::onFocusLost() { LLUICtrl::onFocusLost(); refreshLocation(); + + // Setting cursor to 0 to show the left edge of the text. See STORM-370. + mTextEntry->setCursor(0); + if(mTextEntry->hasSelection()){ mTextEntry->deselect(); } |
