diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelexperiencelisteditor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelexperiencelisteditor.cpp b/indra/newview/llpanelexperiencelisteditor.cpp index 7a7be32b96..6d47673849 100644 --- a/indra/newview/llpanelexperiencelisteditor.cpp +++ b/indra/newview/llpanelexperiencelisteditor.cpp @@ -208,7 +208,6 @@ void LLPanelExperienceListEditor::loading() void LLPanelExperienceListEditor::setReadonly( bool val ) { mReadonly = val; - setCtrlsEnabled(!mReadonly); checkButtonsEnabled(); } |