mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089)
This commit is contained in:
		
							parent
							
								
									407fd15515
								
							
						
					
					
						commit
						9226bffa96
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1467,7 +1467,7 @@ void GMainWindow::ToggleWindowMode() { | |||
|         // Render in the main window...
 | ||||
|         render_window->BackupGeometry(); | ||||
|         ui.horizontalLayout->addWidget(render_window); | ||||
|         render_window->setFocusPolicy(Qt::ClickFocus); | ||||
|         render_window->setFocusPolicy(Qt::StrongFocus); | ||||
|         if (emulation_running) { | ||||
|             render_window->setVisible(true); | ||||
|             render_window->setFocus(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue