Browse Source

FIX: Invalid checkboxes state (fixes #2330)

Alexander Koblov 3 months ago
parent
commit
4154968832
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/frames/foptionsconfiguration.pas

+ 1 - 0
src/frames/foptionsconfiguration.pas

@@ -184,6 +184,7 @@ begin
   edtHighlighters.Text:= edtHighlighters.Text + ExcludeTrailingPathDelimiter(gpHighPath);
 
   chkSaveConfiguration.Checked:= gSaveConfiguration;
+  chkSaveConfigurationChange(chkSaveConfiguration);
   chkWindowState.Checked:= gSaveWindowState;
   chkFolderTabs.Checked:= gSaveFolderTabs;
   chkSearchReplaceHistory.Checked:= gSaveSearchReplaceHistory;