Browse Source

Force auto build output to top

Scott Lahteine 5 years ago
parent
commit
58521fb0eb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      buildroot/share/atom/auto_build.py

+ 1
- 0
buildroot/share/atom/auto_build.py View File

943
 
943
 
944
 
944
 
945
         self.root = tk.Tk()
945
         self.root = tk.Tk()
946
+        self.root.attributes("-topmost", True)
946
         self.frame = tk.Frame(self.root)
947
         self.frame = tk.Frame(self.root)
947
         self.frame.pack(fill='both', expand=True)
948
         self.frame.pack(fill='both', expand=True)
948
 
949
 

Loading…
Cancel
Save