mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	keyboard.c: fix bug in 864746 (exit cycle-view with any modifier key)
Always call wlr_seat_keyboard_notify_modifiers() in keyboard_modifiers_notify()
This commit is contained in:
		
							parent
							
								
									119ef87373
								
							
						
					
					
						commit
						639660883b
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,6 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
 | 
			
		|||
			/* end cycle */
 | 
			
		||||
			desktop_focus_view(&server->seat, server->cycle_view);
 | 
			
		||||
			server->cycle_view = NULL;
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue