Skip to content
Snippets Groups Projects
Commit 490bdacf authored by Anchor's avatar Anchor
Browse files

[SL-1172] - fix selected saved textures not working

parent 38bc052e
No related branches found
No related tags found
No related merge requests found
...@@ -746,6 +746,7 @@ void LLFloaterTexturePicker::onBtnSelect(void* userdata) ...@@ -746,6 +746,7 @@ void LLFloaterTexturePicker::onBtnSelect(void* userdata)
local_id = LLLocalBitmapMgr::getWorldID(temp_id); local_id = LLLocalBitmapMgr::getWorldID(temp_id);
} }
} }
self->mViewModel->setDirty();
if (self->mOnFloaterCommitCallback) if (self->mOnFloaterCommitCallback)
{ {
self->mOnFloaterCommitCallback(LLTextureCtrl::TEXTURE_SELECT, local_id); self->mOnFloaterCommitCallback(LLTextureCtrl::TEXTURE_SELECT, local_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment