Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-09-25 11:44:22 +0300
committerYuSanka <yusanka@gmail.com>2020-09-25 11:44:22 +0300
commit5243d3e53c1da2443fbb8d118f6ceae01dcd1dba (patch)
tree084faeec782b578d71e07818235f644220b1c4cf /src/slic3r/GUI/BedShapeDialog.hpp
parentd5bd76776f1960c3d69797ceb956228c7bee7b63 (diff)
Fixed crash on BedShapeDialog creation
Diffstat (limited to 'src/slic3r/GUI/BedShapeDialog.hpp')
-rw-r--r--src/slic3r/GUI/BedShapeDialog.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/BedShapeDialog.hpp b/src/slic3r/GUI/BedShapeDialog.hpp
index 2cfbc73ae..370129f2e 100644
--- a/src/slic3r/GUI/BedShapeDialog.hpp
+++ b/src/slic3r/GUI/BedShapeDialog.hpp
@@ -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);