Fix the paste over dialog
This commit is contained in:
parent
b370e1af53
commit
4598a23485
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void DialogPasteOver::OnOK(wxCommandEvent &) {
|
|||
options.push_back(ListBox->IsChecked(i));
|
||||
OPT_SET("Tool/Paste Lines Over/Fields")->SetListBool(std::move(options));
|
||||
|
||||
EndModal(0);
|
||||
EndModal(wxID_OK);
|
||||
}
|
||||
|
||||
void DialogPasteOver::OnText(wxCommandEvent &) {
|
||||
|
|
Loading…
Reference in a new issue