FIX: the event should be skipped, so that the CheckBox could be toggled

JIRA: [STUDIO-14861]
Change-Id: I72e9e77c0e81e9cf64de7258ca09c225d5c3f807
(cherry picked from commit 9861c3d6bcd7e2720d1fccaacb820e13b5d7adb7)
This commit is contained in:
xin.zhang
2025-09-25 11:07:45 +08:00
committed by Noisyfox
parent f2996a529b
commit ff1e48a9c4
3 changed files with 10 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ void FilamentMapDialog::on_checkbox(wxCommandEvent &event)
dialog.ShowModal();
this->Close();
}
event.Skip();
}
void FilamentMapDialog::on_ok(wxCommandEvent &event)