Fixed crash on BedShapeDialog creation

This commit is contained in:
YuSanka 2020-09-25 10:44:22 +02:00
parent d5bd76776f
commit 5243d3e53c
2 changed files with 11 additions and 4 deletions

View file

@ -75,6 +75,7 @@ public:
private:
ConfigOptionsGroupShp init_shape_options_page(const wxString& title);
void activate_options_page(ConfigOptionsGroupShp options_group);
wxPanel* init_texture_panel();
wxPanel* init_model_panel();
void set_shape(const ConfigOptionPoints& points);