Skip to content

Commit

Permalink
fix: minimap export crash (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedro authored Apr 29, 2020
1 parent 3c2d6a5 commit cb7c45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ void ExportMiniMapWindow::OnClickBrowse(wxCommandEvent& WXUNUSED(event))
const wxString& directory = dialog.GetPath();
directory_text_field->ChangeValue(directory);
}
dialog.Destroy();
CheckValues();
}

Expand Down

0 comments on commit cb7c45c

Please sign in to comment.