Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089)
This commit is contained in:
		
							parent
							
								
									7a2f60df26
								
							
						
					
					
						commit
						10ba8d16be
					
				@ -1798,7 +1798,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…
	
		Reference in New Issue
	
	Block a user