Skip to content

Commit

Permalink
Update CsvFieldConfDlg.cpp
Browse files Browse the repository at this point in the history
Fix a bug that change field type in csv configuration dialog doesn't reflect in X/Y choice control
  • Loading branch information
lixun910 committed Dec 4, 2018
1 parent e9a59b8 commit 25ed408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DialogTools/CsvFieldConfDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CsvFieldConfDlg::CsvFieldConfDlg(wxWindow* parent,
{

wxLogMessage("Open CsvFieldConfDlg.");

HEADERS = 1;
lat_box = NULL;
n_max_rows = 10;
filepath = _filepath;
Expand Down

0 comments on commit 25ed408

Please sign in to comment.