notebookvb
This commit is contained in:
@@ -133,6 +133,10 @@ def main():
|
||||
root.bind("<Escape>", lambda e: preskocit())
|
||||
|
||||
show(0)
|
||||
root.lift()
|
||||
root.focus_force()
|
||||
root.after(100, lambda: root.focus_force())
|
||||
root.after(200, lambda: root.attributes("-topmost", True))
|
||||
root.mainloop()
|
||||
|
||||
for d in docs:
|
||||
|
||||
Reference in New Issue
Block a user