More fixes for silent coercion, which is no more

This commit is contained in:
DarkPhoenix
2022-04-24 02:19:26 +04:00
parent 17712d8b7d
commit 71d088b90a
3 changed files with 7 additions and 7 deletions

View File

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