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

@@ -956,7 +956,7 @@ class FittingView(d.Display):
cx = padding
if slotMap[st.slot]:
mdc.DrawRectangle(round(cx), round(cy), maxWidth - cx, maxRowHeight)
mdc.DrawRectangle(round(cx), round(cy), round(maxWidth - cx), round(maxRowHeight))
for i, col in enumerate(self.activeColumns):
if i > maxColumns: