Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 31, 2024
1 parent 49f0b87 commit b520ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/editdictionaries.cc
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ void EditDictionaries::acceptChangedSources( bool rebuildGroups )
this,
&EditDictionaries::showDictionaryHeadwords );

origCfg.groups = groups->getGroups();
origCfg.dictionaryOrder = orderAndProps->getCurrentDictionaryOrder();
origCfg.groups = groups->getGroups();
origCfg.dictionaryOrder = orderAndProps->getCurrentDictionaryOrder();
origCfg.inactiveDictionaries = orderAndProps->getCurrentInactiveDictionaries();

// If no changes to groups were made, update the original data
Expand Down

0 comments on commit b520ea8

Please sign in to comment.