mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Added "Modify Shapes Gallery" to the "Window" menu
+ Fixed a non-MSW build (added missed include)
This commit is contained in:
parent
b140709fa8
commit
e6c361ec5e
6 changed files with 32 additions and 8 deletions
|
@ -41,7 +41,7 @@ class GalleryDialog : public DPIDialog
|
|||
void update();
|
||||
|
||||
public:
|
||||
GalleryDialog(wxWindow* parent);
|
||||
GalleryDialog(wxWindow* parent, bool modify_gallery = false);
|
||||
~GalleryDialog();
|
||||
|
||||
void get_input_files(wxArrayString& input_files);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue