mirror of
				https://github.com/onyx-and-iris/voicemeeter-compact.git
				synced 2025-11-03 23:01:46 +00:00 
			
		
		
		
	bug fixed in submixframe in call to grid_info()
This commit is contained in:
		
							parent
							
								
									ba78373f2b
								
							
						
					
					
						commit
						fd6c346467
					
				@ -192,7 +192,7 @@ class SubMixFrame(ttk.Frame):
 | 
			
		||||
            if parent.bus_frame:
 | 
			
		||||
                parent.bus_frame.grid_remove()
 | 
			
		||||
        else:
 | 
			
		||||
            if parent.bus_frame:
 | 
			
		||||
            if parent.bus_frame and parent.bus_frame.grid_info():
 | 
			
		||||
                self.grid(
 | 
			
		||||
                    row=parent.bus_frame.grid_info()["row"], column=0, sticky=(tk.W)
 | 
			
		||||
                )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user