Skip to content

Commit

Permalink
fix issue layer name not displayed correctly on recent files #483
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Nov 28, 2016
1 parent b3cdd36 commit 8e5640a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DialogTools/ConnectDatasourceDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ void RecentDatasource::Add(wxString ds_name, wxString ds_conf, wxString layer_na
} else {
ds_names.erase(ds_names.begin());
ds_confs.erase(ds_confs.begin());
ds_layernames.erase(ds_layernames.begin());
ds_thumbnails.erase(ds_thumbnails.begin());

ds_names.push_back(ds_name);
Expand Down

0 comments on commit 8e5640a

Please sign in to comment.