Added "Modify Shapes Gallery" to the "Window" menu

+ Fixed a non-MSW build (added missed include)
This commit is contained in:
YuSanka 2021-07-20 11:23:16 +02:00
parent b140709fa8
commit e6c361ec5e
6 changed files with 32 additions and 8 deletions

View file

@ -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);