Fixed crash into void Sidebar::show_info_sizer() when deleting objects

This commit is contained in:
Enrico Turri 2018-11-13 15:24:05 +01:00
parent 05e2d33d3f
commit 951f8f602b
2 changed files with 10 additions and 3 deletions

View file

@ -139,7 +139,7 @@ public:
void on_config_change(const DynamicPrintConfig &config);
int get_selected_object_idx();
bool is_single_full_object_selection();
bool is_single_full_object_selection() const;
wxGLCanvas* canvas3D();
PrinterTechnology printer_technology() const;