mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	fixed focus on fullscreen view destroy
This commit is contained in:
		
							parent
							
								
									3c430688a8
								
							
						
					
					
						commit
						2f40459de4
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -142,9 +142,6 @@ void set_focused_container(swayc_t *c) {
 | 
			
		|||
	// Find previous focused view, and the new focused view, if they are the same return
 | 
			
		||||
	swayc_t *focused = get_focused_view(&root_container);
 | 
			
		||||
	swayc_t *workspace = active_workspace;
 | 
			
		||||
	if (focused == get_focused_view(c)) {
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// update container focus from here to root, making necessary changes along
 | 
			
		||||
	// the way
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue