diff --git a/ls_UI/modules/bars/xpbar.lua b/ls_UI/modules/bars/xpbar.lua index ba1e4028..2043f952 100644 --- a/ls_UI/modules/bars/xpbar.lua +++ b/ls_UI/modules/bars/xpbar.lua @@ -199,9 +199,9 @@ function bar_proto:UpdateSegments() if index == 0 then self[1]:SetPoint("TOPLEFT", self, "TOPLEFT", 0, 0) self[1]:SetSize(unpack(LAYOUT[1][1].size)) - self[1]:Show() self[1]:SetMinMaxValues(0, 1) self[1]:SetValue(1) + self[1]:Show() self[1]:UpdateText(1, 1) self[1]:SetStatusBarTexture(DEFAULT_TEXTURE) self[1].Texture:SetVertexColor(C.db.global.colors.class[E.PLAYER_CLASS]:GetRGB())