fixed progressbar start stop speed increase #775

This commit is contained in:
Tom Schimansky
2022-12-06 11:27:35 +01:00
parent 2c7b2c5030
commit dd223a15b5
2 changed files with 8 additions and 11 deletions

View File

@ -70,11 +70,4 @@ tabview_1.pack(pady=10, padx=10)
tabview_1.add("CTkTabview")
tabview_1.add("Tab 2")
progressbar_1.configure(mode="indeterminate")
progressbar_1.start()
#progressbar_1.stop()
#progressbar_1.start()
#progressbar_1.stop()
#progressbar_1.start()
app.mainloop()