Skip to content

Commit 0ccb1ac

Browse files
committed
fix: non stored global setting for "sort alphabetically" checkbox in column selection
1 parent 676fcd7 commit 0ccb1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/column_selection.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ procedure TfrmColumnSelection.btnOKClick(Sender: TObject);
9494
i: Integer;
9595
Col: String;
9696
begin
97+
AppSettings.WriteBool(asDisplayedColumnsSorted, chkSort.Checked);
9798
AppSettings.WriteBool(asShowRowId, chkShowRowId.Checked);
9899
// Prepare string for storing in registry.
99100
// Use quote-character as separator to ensure columnnames can

0 commit comments

Comments
 (0)