should fix the frames disappearing
Mikeprod [02-25-17 - 19:42]
should fix the frames disappearing
diff --git a/modules/talent.lua b/modules/talent.lua
index a9db5d2..89cd695 100644
--- a/modules/talent.lua
+++ b/modules/talent.lua
@@ -141,6 +141,7 @@ function TalentModule:Refresh()
self.specBarBg:SetAllPoints()
self.specBarBg:SetColorTexture(db.color.inactive.r, db.color.inactive.g, db.color.inactive.b, db.color.inactive.a)
self:UpdateArtifactBar(artifactId)
+ self.specText:Show()
self.specBar:Show()
else
if self.specBar and self.specBar:IsVisible() then
diff --git a/modules/travel.lua b/modules/travel.lua
index 457dfbd..eab0978 100644
--- a/modules/travel.lua
+++ b/modules/travel.lua
@@ -431,6 +431,7 @@ function TravelModule:Refresh()
self.portPopup:Hide()
local totalWidth = self.hearthButton:GetWidth() + db.general.barPadding
+ self.portButton:Show()
if self.portButton:IsVisible() then
totalWidth = totalWidth + self.portButton:GetWidth()
end