diff options
Diffstat (limited to 'indra/newview/llpanelgroup.cpp')
-rw-r--r-- | indra/newview/llpanelgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroup.cpp b/indra/newview/llpanelgroup.cpp index 7a288a1730..8a10ef0ea4 100644 --- a/indra/newview/llpanelgroup.cpp +++ b/indra/newview/llpanelgroup.cpp @@ -322,7 +322,7 @@ void LLPanelGroup::tabChanged() if ( mApplyBtn ) { LLString mesg; - mApplyBtn->setEnabled(mAllowEdit && mCurrentTab->needsApply(mesg)); + mApplyBtn->setEnabled(mCurrentTab->needsApply(mesg)); } } |