FIX: button handle key event

Change-Id: If3ecd2356e516105c2054c9b85a122f3ccc72d91
This commit is contained in:
chunmao.guo 2022-07-29 11:18:33 +08:00 committed by Lane.Wei
parent 6c4b1f79da
commit a74fb14613
6 changed files with 59 additions and 9 deletions

View file

@ -111,9 +111,9 @@ protected:
private:
void build(std::vector<Preset::Type> types, std::string suffix = "");
void on_select_cancel(wxMouseEvent &event);
void on_select_cancel(wxCommandEvent &event);
void update_physical_printers(const std::string &preset_name);
void accept(wxMouseEvent &event);
void accept(wxCommandEvent &event);
};
} // namespace GUI