Fix bug in which texture drag&drop to a texturectrl wouldn't make apply buttons enable (IE: group profile)

This commit is contained in:
Inusaito Sayori
2015-02-16 14:57:28 -05:00
parent e9a517985b
commit e5b09a0876

View File

@@ -1727,6 +1727,7 @@ BOOL LLTextureCtrl::doDrop(LLInventoryItem* item)
// no callback installed, so just set the image ids and carry on.
setImageAssetID( item->getAssetUUID() );
mImageItemID = item->getUUID();
mDirty = true;
return TRUE;
}