Force auto build output to top

This commit is contained in:
Scott Lahteine 2019-09-20 20:05:37 -05:00
parent ed2c2bcd17
commit 58521fb0eb

View File

@ -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)