mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 23:02:06 +00:00
FIX: button handle key event
Change-Id: If3ecd2356e516105c2054c9b85a122f3ccc72d91
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user