Even more fixes for silent coercion, which is no more

This commit is contained in:
DarkPhoenix
2022-05-05 18:41:17 +04:00
parent 71d088b90a
commit ccd3498594
5 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ class LoadAnimation(wx.Window):
bh = rect.height
y = 0
dc.DrawRectangle(round(x), round(y), barWidth, bh)
dc.DrawRectangle(round(x), round(y), round(barWidth), round(bh))
x += barWidth
textColor = wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOWTEXT)