Skip to content
Snippets Groups Projects
Commit 6083fd1c authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

STORM-2140 LLLineEditor enabled-state cannot properly set via XUI

parent 28c9002e
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ Ansariel Hiller
MAINT-6752
MAINT-6773
MAINT-6906
STORM-2140
Aralara Rajal
Arare Chantilly
CHUIBUG-191
......
......@@ -335,6 +335,7 @@ void LLLineEditor::reshape(S32 width, S32 height, BOOL called_from_parent)
void LLLineEditor::setEnabled(BOOL enabled)
{
LLUICtrl::setEnabled(enabled);
mReadOnly = !enabled;
setTabStop(!mReadOnly);
updateAllowingLanguageInput();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment