mirror of
				https://github.com/onyx-and-iris/voicemeeter-compact.git
				synced 2025-11-04 07:11:45 +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:
 | 
					            if parent.bus_frame:
 | 
				
			||||||
                parent.bus_frame.grid_remove()
 | 
					                parent.bus_frame.grid_remove()
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            if parent.bus_frame:
 | 
					            if parent.bus_frame and parent.bus_frame.grid_info():
 | 
				
			||||||
                self.grid(
 | 
					                self.grid(
 | 
				
			||||||
                    row=parent.bus_frame.grid_info()["row"], column=0, sticky=(tk.W)
 | 
					                    row=parent.bus_frame.grid_info()["row"], column=0, sticky=(tk.W)
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user