Skip to content

Commit

Permalink
Fix bug in which texture drag&drop to a texturectrl wouldn't make app…
Browse files Browse the repository at this point in the history
…ly buttons enable (IE: group profile)
  • Loading branch information
LiruMouse committed Feb 16, 2015
1 parent e9a5179 commit e5b09a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indra/newview/lltexturectrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e5b09a0

Please sign in to comment.