mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fix:edit dictionary
This commit is contained in:
parent
7385d48b5b
commit
5a37400452
|
@ -220,7 +220,7 @@ void EditDictionaries::acceptChangedSources( bool rebuildGroups )
|
|||
orderAndProps.reset();
|
||||
|
||||
loadDictionaries( this, true, cfg, dictionaries, dictNetMgr );
|
||||
|
||||
dictMap = Dictionary::dictToMap(dictionaries);
|
||||
// If no changes to groups were made, update the original data
|
||||
bool noGroupEdits = ( origCfg.groups == savedGroups );
|
||||
|
||||
|
|
Loading…
Reference in a new issue