mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Changed toolbar icons for "split to object/part"
This commit is contained in:
@@ -4554,7 +4554,7 @@ bool GLCanvas3D::_init_toolbar()
|
||||
|
||||
item.name = "splitvolumes";
|
||||
item.tooltip = GUI::L_str("Split to parts");
|
||||
item.sprite_id = 6;
|
||||
item.sprite_id = 11;
|
||||
item.is_toggable = false;
|
||||
item.action_event = EVT_GLTOOLBAR_SPLIT_VOLUMES;
|
||||
if (!m_toolbar.add_item(item))
|
||||
|
||||
Reference in New Issue
Block a user