Force auto build output to top
This commit is contained in:
parent
ed2c2bcd17
commit
58521fb0eb
@ -943,6 +943,7 @@ class output_window(Text):
|
||||
|
||||
|
||||
self.root = tk.Tk()
|
||||
self.root.attributes("-topmost", True)
|
||||
self.frame = tk.Frame(self.root)
|
||||
self.frame.pack(fill='both', expand=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user