Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
6083fd1c
Commit
6083fd1c
authored
8 years ago
by
Mnikolenko Productengine
Browse files
Options
Downloads
Patches
Plain Diff
STORM-2140 LLLineEditor enabled-state cannot properly set via XUI
parent
28c9002e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/llui/lllineeditor.cpp
+1
-0
1 addition, 0 deletions
indra/llui/lllineeditor.cpp
with
2 additions
and
0 deletions
doc/contributions.txt
+
1
−
0
View file @
6083fd1c
...
...
@@ -205,6 +205,7 @@ Ansariel Hiller
MAINT-6752
MAINT-6773
MAINT-6906
STORM-2140
Aralara Rajal
Arare Chantilly
CHUIBUG-191
...
...
This diff is collapsed.
Click to expand it.
indra/llui/lllineeditor.cpp
+
1
−
0
View file @
6083fd1c
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment