Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit cfc034c

Browse files
committed
Fixed positioning
1 parent 68ab1ed commit cfc034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def waitfor(self, condition: Callable, cmd: Callable = None, args=()):
3131
break
3232
if self.last:
3333
self.delete(self.last)
34-
self.last = self.create_image(0, 0, image=im, anchor='nw')
34+
self.last = self.create_image(-42, 0, image=im, anchor='nw')
3535
self.update()
3636
sleep(self.limit)

0 commit comments

Comments
 (0)