mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed mode updating under GTK
This commit is contained in:
parent
2a2d1d85f8
commit
3ecb65d62c
4 changed files with 10 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <functional>
|
||||
|
||||
wxMenuItem* append_menu_item(wxMenu* menu, int id, const wxString& string, const wxString& description,
|
||||
std::function<void(wxCommandEvent& event)> cb, const std::string& icon = "", wxEvtHandler* event_handler = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue