From 490bdacf588411eb6558df430f788f18a51cc10f Mon Sep 17 00:00:00 2001 From: Anchor Date: Tue, 5 Feb 2019 21:21:52 -0800 Subject: [SL-1172] - fix selected saved textures not working --- indra/newview/lltexturectrl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index a9c9b2690a..2cae9ec5b8 100644 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -746,6 +746,7 @@ void LLFloaterTexturePicker::onBtnSelect(void* userdata) local_id = LLLocalBitmapMgr::getWorldID(temp_id); } } + self->mViewModel->setDirty(); if (self->mOnFloaterCommitCallback) { self->mOnFloaterCommitCallback(LLTextureCtrl::TEXTURE_SELECT, local_id); -- cgit v1.2.3