mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
FIX: button handle key event
Change-Id: If3ecd2356e516105c2054c9b85a122f3ccc72d91
This commit is contained in:
parent
6c4b1f79da
commit
a74fb14613
6 changed files with 59 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue