Merge pull request #1020 from PySimpleGUI/revert-1014-icon-fix
Revert "Fixed default Icon not working for Popups"
This commit is contained in:
		
						commit
						cdbf3064b8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3420,7 +3420,7 @@ class Window: | ||||||
|         self.Font = font if font else DEFAULT_FONT |         self.Font = font if font else DEFAULT_FONT | ||||||
|         self.RadioDict = {} |         self.RadioDict = {} | ||||||
|         self.BorderDepth = border_depth |         self.BorderDepth = border_depth | ||||||
|         self.WindowIcon = Window.user_defined_icon if Window.user_defined_icon is not None else icon if icon is not None else DEFAULT_WINDOW_ICON |         self.WindowIcon = icon if icon is not None else Window.user_defined_icon | ||||||
|         self.AutoClose = auto_close |         self.AutoClose = auto_close | ||||||
|         self.NonBlocking = False |         self.NonBlocking = False | ||||||
|         self.TKroot = None |         self.TKroot = None | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue