- Fixed the minimap button issue.

- Major rewrite over window properties.
- Skin support has been rewrite and now is more flexive.
- Added new customization options on options panel.
This commit is contained in:
terciob19
2014-01-14 13:09:17 -02:00
parent bf63129247
commit 9f903cf2b4
33 changed files with 3821 additions and 1949 deletions
+3 -3
View File
@@ -232,7 +232,7 @@ function DetailsCreateCoolTip()
CoolTip.buttonClicked = false
frame1:SetScript ("OnEnter", function (self)
if (CoolTip.Type ~= 1 and CoolTip.Type ~= 2) then
if (CoolTip.Type ~= 1 and CoolTip.Type ~= 2) then --> menu
CoolTip.active = true
CoolTip.mouseOver = true
self:SetScript ("OnUpdate", nil)
@@ -2359,7 +2359,7 @@ function DetailsCreateCoolTip()
end
if (self.CoolTip.OnLeaveFunc) then
self.CoolTip.OnLeaveFunc()
self.CoolTip.OnLeaveFunc (self)
end
if (self.OldOnLeaveScript) then
@@ -2378,7 +2378,7 @@ function DetailsCreateCoolTip()
end
if (self.CoolTip.OnEnterFunc) then
self.CoolTip.OnEnterFunc()
self.CoolTip.OnEnterFunc (self)
end
if (self.OldOnEnterScript) then