mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:32:45 +00:00 
			
		
		
		
	GDialog: Remove self from parent when the nested event loop returns
This ensures that we close (and don't leak) the dialog during the typical usage pattern.
This commit is contained in:
		
							parent
							
								
									e61aa01745
								
							
						
					
					
						commit
						bd1e8bf166
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -29,6 +29,7 @@ int GDialog::exec() | |||
|     auto result = m_event_loop->exec(); | ||||
|     m_event_loop = nullptr; | ||||
|     dbgprintf("%s: event loop returned with result %d\n", class_name(), result); | ||||
|     remove_from_parent(); | ||||
|     return result; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling