Force auto build output to top
This commit is contained in:
parent
ed2c2bcd17
commit
58521fb0eb
1 changed files with 1 additions and 0 deletions
|
@ -943,6 +943,7 @@ class output_window(Text):
|
||||||
|
|
||||||
|
|
||||||
self.root = tk.Tk()
|
self.root = tk.Tk()
|
||||||
|
self.root.attributes("-topmost", True)
|
||||||
self.frame = tk.Frame(self.root)
|
self.frame = tk.Frame(self.root)
|
||||||
self.frame.pack(fill='both', expand=True)
|
self.frame.pack(fill='both', expand=True)
|
||||||
|
|
||||||
|
|
Reference in a new issue