summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-27 22:54:09 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-27 22:54:09 +0300
commit6a2ae7da100d23e94a351094899b8c9170a98bb4 (patch)
tree10a503c0e4d639c9e0c2d1473fb72b9a28664f44 /indra/newview/lltexturectrl.cpp
parent00a04b87a9fae83fd42419a5b3ace632095405ef (diff)
SL-17640 Fix texture picker not enabling 'apply now'
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index b761f34790..ee83d9eb57 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -121,8 +121,8 @@ LLFloaterTexturePicker::LLFloaterTexturePicker(
mOnUpdateImageStatsCallback(NULL),
mBakeTextureEnabled(FALSE)
{
- buildFromFile("floater_texture_ctrl.xml");
mCanApplyImmediately = can_apply_immediately;
+ buildFromFile("floater_texture_ctrl.xml");
setCanMinimize(FALSE);
}