Add files via upload
This commit is contained in:
@@ -383,11 +383,8 @@
|
||||
if icon and icon.SetTexCoord then
|
||||
icon:SetTexCoord(0.08, 0.92, 0.08, 0.92)
|
||||
end
|
||||
this:SetScript("OnDragStart", function() this:StartMoving() end)
|
||||
this:SetScript("OnDragStop", function()
|
||||
this:StopMovingOrSizing()
|
||||
RelationshipsPVP_SaveIconPos()
|
||||
end)
|
||||
this:SetScript("OnDragStart", function() RelationshipsPVP_StartIconDrag() end)
|
||||
this:SetScript("OnDragStop", function() RelationshipsPVP_StopIconDrag() end)
|
||||
</OnLoad>
|
||||
<OnClick>
|
||||
if RelationshipsPVPFrame:IsVisible() then
|
||||
|
||||
Reference in New Issue
Block a user