diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-29 02:33:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-29 12:32:51 +0300 |
commit | 7c100d54dda03db62a8d2c8be6a5e02ea9280f9b (patch) | |
tree | 4cd1cfd28b8d1efffeaff37496c38977b6fbdfa7 /indra/newview/llpanelprofile.cpp | |
parent | 8eade6f074bf90ca914d8cb2a8f7cd58bfea7bb0 (diff) |
SL-19928 Make thumbnail selection failures more user friendly
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 078c1370ee..a49effc342 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1923,7 +1923,7 @@ void LLPanelProfileSecondLife::onShowTexturePicker() }); texture_floaterp->setLocalTextureEnabled(FALSE); texture_floaterp->setBakeTextureEnabled(FALSE); - texture_floaterp->setCanApply(false, true); + texture_floaterp->setCanApply(false, true, false); parent_floater->addDependentFloater(mFloaterTexturePickerHandle); @@ -2263,7 +2263,7 @@ void LLPanelProfileFirstLife::onChangePhoto() } }); texture_floaterp->setLocalTextureEnabled(FALSE); - texture_floaterp->setCanApply(false, true); + texture_floaterp->setCanApply(false, true, false); parent_floater->addDependentFloater(mFloaterTexturePickerHandle); |