mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 23:23:54 -06:00
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.attributes("-topmost", True)
|
||||
self.frame = tk.Frame(self.root)
|
||||
self.frame.pack(fill='both', expand=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue