mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Fixed crash into void Sidebar::show_info_sizer() when deleting objects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user