Skip to content

Commit

Permalink
dbeaver#7714 Spreadsheet + record mode: default ordering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Feb 8, 2020
1 parent 0327a44 commit fcf608f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class SpreadsheetPresentation extends AbstractPresentation implements IRe

@Nullable
private DBDAttributeBinding curAttribute;
private int columnOrder = SWT.NONE;
private int columnOrder = SWT.DEFAULT;

private final Map<SpreadsheetValueController, IValueEditorStandalone> openEditors = new HashMap<>();

Expand Down

0 comments on commit fcf608f

Please sign in to comment.