File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ def draw(self, dc):
13141314 # should be a darkish color in the users color scheme
13151315 pen = wx .Pen (wx .SystemSettings .GetColour (wx .SYS_COLOUR_BTNSHADOW ))
13161316 dc .SetPen (pen )
1317- dc .DrawLine (x + idx + 1 , y + dy / 2 , x + dx - 2 , y + dy / 2 )
1317+ dc .DrawLine (x + idx + 1 , y + dy // 2 , x + dx - 2 , y + dy / / 2 )
13181318
13191319 iy = y + 2
13201320 ix = x
@@ -1327,7 +1327,7 @@ def draw(self, dc):
13271327 # should be a darkish color in the users color scheme
13281328 pen = wx .Pen (wx .SystemSettings .GetColour (wx .SYS_COLOUR_BTNSHADOW ))
13291329 dc .SetPen (pen )
1330- dc .DrawLine (x + dx / 2 , y + idy + 1 , x + dx / 2 , y + dy - 2 )
1330+ dc .DrawLine (x + dx // 2 , y + idy + 1 , x + dx / / 2 , y + dy - 2 )
13311331
13321332 iy = y
13331333 ix = x + 2
You can’t perform that action at this time.
0 commit comments