from retail

This commit is contained in:
Bunny67
2022-05-19 22:04:17 +03:00
parent 9465daedd8
commit e7e789686a
86 changed files with 9118 additions and 5486 deletions
+3 -4
View File
@@ -177,18 +177,17 @@ local funcs = {
if MSQ and self.parentType == "icon" then
if (visible) then
self.__MSQ_Shape = self:GetParent().button.__MSQ_Shape
self:Show()
glowStart(self, self, color);
else
self.glowStop(self);
self:Hide()
end
elseif (visible) then
self:Show()
glowStart(self, self, color);
else
self.glowStop(self);
end
if visible then
self:Show()
else
self:Hide()
end
end,