Skip to content

Commit e5b09a0

Browse files
committed
Fix bug in which texture drag&drop to a texturectrl wouldn't make apply buttons enable (IE: group profile)
1 parent e9a5179 commit e5b09a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/newview/lltexturectrl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,6 +1727,7 @@ BOOL LLTextureCtrl::doDrop(LLInventoryItem* item)
17271727
// no callback installed, so just set the image ids and carry on.
17281728
setImageAssetID( item->getAssetUUID() );
17291729
mImageItemID = item->getUUID();
1730+
mDirty = true;
17301731
return TRUE;
17311732
}
17321733

0 commit comments

Comments
 (0)