mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed crash into void Sidebar::show_info_sizer() when deleting objects
This commit is contained in:
parent
05e2d33d3f
commit
951f8f602b
2 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue