Fix error popup focusOnItemTab
This commit is contained in:
		@@ -47,7 +47,7 @@ HColumnPopup {
 | 
				
			|||||||
            text: [message, traceback].join("\n\n") || qsTr("No info available")
 | 
					            text: [message, traceback].join("\n\n") || qsTr("No info available")
 | 
				
			||||||
            readOnly: true
 | 
					            readOnly: true
 | 
				
			||||||
            font.family: theme.fontFamily.mono
 | 
					            font.family: theme.fontFamily.mono
 | 
				
			||||||
            focusOnTab: hideCheckBox
 | 
					            focusItemOnTab: hideCheckBox
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user