diff options
author | Anchor <none@none> | 2019-02-05 21:21:52 -0800 |
---|---|---|
committer | Anchor <none@none> | 2019-02-05 21:21:52 -0800 |
commit | 490bdacf588411eb6558df430f788f18a51cc10f (patch) | |
tree | 50c0a5391b263aed5922e8c26f93c8f13fe546c6 | |
parent | 38bc052ec69f3785584f0c94f209dac7224db5fa (diff) |
[SL-1172] - fix selected saved textures not working
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |