Skip to content

Commit 85dd984

Browse files
committed
fix: non stored global setting for "sort alphabetically" checkbox in column selection
1 parent 7d207a4 commit 85dd984

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
@@ -89,6 +89,7 @@ procedure TfrmColumnSelection.btnOKClick(Sender: TObject);
8989
i: Integer;
9090
Col: String;
9191
begin
92+
AppSettings.WriteBool(asDisplayedColumnsSorted, chkSort.Checked);
9293
AppSettings.WriteBool(asShowRowId, chkShowRowId.Checked);
9394
// Prepare string for storing in registry.
9495
// Use quote-character as separator to ensure columnnames can

0 commit comments

Comments
 (0)