mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Implemented delete_layers_from_object()
This commit is contained in:
parent
a516f76f94
commit
e531d224e8
4 changed files with 42 additions and 13 deletions
|
@ -46,7 +46,7 @@ ObjectLayers::ObjectLayers(wxWindow* parent) :
|
|||
|
||||
m_og->append_line(line);
|
||||
|
||||
m_bmp_delete = ScalableBitmap(parent, "cross");
|
||||
m_bmp_delete = ScalableBitmap(parent, "remove_copies"/*"cross"*/);
|
||||
m_bmp_add = ScalableBitmap(parent, "add_copies");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue