Allow Global Fields Editor to Cancel with no changes.

This commit is contained in:
Jeff Young 2018-06-11 12:10:19 +01:00
parent da61285a29
commit 5c65881fde
1 changed files with 4 additions and 0 deletions

View File

@ -867,4 +867,8 @@ void DIALOG_FIELDS_EDITOR_GLOBAL::OnClose( wxCloseEvent& event )
break; break;
} }
} }
else
{
event.Skip();
}
} }