Fixed: WorkspaceLockedWidget strings are not immediately updated when changing translation
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@254 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
		
							parent
							
								
									434eab39aa
								
							
						
					
					
						commit
						8f8901694c
					
				| 
						 | 
					@ -1086,6 +1086,7 @@ void KeepassMainWindow::OnExtrasSettings(){
 | 
				
			||||||
	dlg.exec();
 | 
						dlg.exec();
 | 
				
			||||||
	if (config->language() != oldLang){
 | 
						if (config->language() != oldLang){
 | 
				
			||||||
		retranslateUi(this);
 | 
							retranslateUi(this);
 | 
				
			||||||
 | 
							WorkspaceLockedWidget.retranslateUi(LockedCentralWidget);
 | 
				
			||||||
		EntryView->updateColumns();
 | 
							EntryView->updateColumns();
 | 
				
			||||||
		if (FileOpen) {
 | 
							if (FileOpen) {
 | 
				
			||||||
			if (db->file())
 | 
								if (db->file())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue