My commit #14

Merged
s442859 merged 1 commits from mari_branch into master 2020-05-11 17:50:25 +02:00
Showing only changes of commit 2f7c3d87ce - Show all commits

View File

@ -74,7 +74,7 @@ drawableManager.add(waiter1)
drawableManager.add(waiter2)
drawableManager.add(waiter3)
drawableManager.add(waiter4)
#My comment
# initialize a number of tables given in range
for i in range(0, 40):
table = Table(1, GridCountX - 2, 1, GridCountY - 2, CellSize, PaintOffset)