mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix CheckboxFileDialog
This commit is contained in:
parent
42a77316ba
commit
b6251dd85b
2 changed files with 8 additions and 1 deletions
|
@ -39,6 +39,8 @@ public:
|
|||
private:
|
||||
std::function<wxWindow*(wxWindow*)> extra_control_creator;
|
||||
wxCheckBox *cbox;
|
||||
|
||||
static wxWindow* control_creator_trampoline(wxWindow *);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue