Skip to content

Commit

Permalink
修复对局信息界面中召唤师头像不显示经验进度条的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Nov 7, 2023
1 parent 2395fea commit c2cbba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/profile_level_icon_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def __init__(self,
self.paintXpUntilNextLevel = None
self.callUpdate = False

self.updateIcon(icon, xpSinceLastLevel, xpUntilNextLevel, text)

def paintEvent(self, event):
if self.paintXpSinceLastLevel != self.xpSinceLastLevel or self.paintXpUntilNextLevel != self.xpUntilNextLevel or self.callUpdate:
self.progressRing.setVal(self.xpSinceLastLevel * 100 //
Expand Down

0 comments on commit c2cbba0

Please sign in to comment.