mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix workspace switching
The output also needs to be made dirty when focusing a new output.
This commit is contained in:
		
							parent
							
								
									f3b96d4050
								
							
						
					
					
						commit
						763554e1be
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -605,7 +605,7 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_node *node,
 | 
			
		|||
		last_workspace->output : NULL;
 | 
			
		||||
	struct sway_output *new_output = new_workspace->output;
 | 
			
		||||
 | 
			
		||||
	if (last_workspace != new_workspace && last_output == new_output) {
 | 
			
		||||
	if (last_workspace != new_workspace && new_output) {
 | 
			
		||||
		node_set_dirty(&new_output->node);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue