diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-08-13 19:33:18 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-08-13 19:33:18 +0300 |
commit | 6b0de5a0007fc038021155146d11480215fd472d (patch) | |
tree | 0b6d37353bb3d8e58a66b4697612c9a3733859e4 /indra/newview/llwearableitemslist.cpp | |
parent | dd9a3c4bdd01d9659d6337c803f9aaae19251a28 (diff) |
EXT-8536 FIXED Fixed wrong behaviour of slidercontrol's lineeditor revert on escape.
Though bug description mentioned only appearance, bug reproduced for all slidercontrols. The cause of returning on escape to old value
instead of last commited one was that on commit slidercontrol set text for it's lineeditor which was the same as the one currently typed
into lineeditor(and it seems logical). But LLLineEditor::setText() has check at it's beginning which compares text which is being set to the
one which is already there. If this check succeeds, we exit the method and thus saving of value for revert is not reached. That's why when revert happened
on escape older value then the last commited was set in lineeditor.
- Added additional call of setText() in sliderctrl to force changes in currently set text so that on next call with "real" text saving of reverted value was reached.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/856/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llwearableitemslist.cpp')
0 files changed, 0 insertions, 0 deletions