1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Fix CheckboxFileDialog

This commit is contained in:
Vojtech Kral
2018-10-19 13:38:35 +02:00
parent 42a77316ba
commit b6251dd85b
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -39,6 +39,8 @@ public:
private:
std::function<wxWindow*(wxWindow*)> extra_control_creator;
wxCheckBox *cbox;
static wxWindow* control_creator_trampoline(wxWindow *);
};