mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Close Variable layer height gizmo when other toolbar buttons clicked (#5255)
This commit is contained in:
parent
b876b0c0c3
commit
29f9d5dd03
1 changed files with 1 additions and 0 deletions
|
@ -6387,6 +6387,7 @@ bool GLCanvas3D::_init_main_toolbar()
|
||||||
item.icon_filename = m_is_dark ? "toolbar_variable_layer_height_dark.svg" : "toolbar_variable_layer_height.svg";
|
item.icon_filename = m_is_dark ? "toolbar_variable_layer_height_dark.svg" : "toolbar_variable_layer_height.svg";
|
||||||
item.tooltip = _utf8(L("Variable layer height"));
|
item.tooltip = _utf8(L("Variable layer height"));
|
||||||
item.sprite_id++;
|
item.sprite_id++;
|
||||||
|
item.left.toggable = true; // ORCA Closes popup if other toolbar icon clicked and it allows closing popup when clicked its button
|
||||||
item.left.action_callback = [this]() { if (m_canvas != nullptr) wxPostEvent(m_canvas, SimpleEvent(EVT_GLTOOLBAR_LAYERSEDITING)); };
|
item.left.action_callback = [this]() { if (m_canvas != nullptr) wxPostEvent(m_canvas, SimpleEvent(EVT_GLTOOLBAR_LAYERSEDITING)); };
|
||||||
item.visibility_callback = [this]()->bool {
|
item.visibility_callback = [this]()->bool {
|
||||||
bool res = current_printer_technology() == ptFFF;
|
bool res = current_printer_technology() == ptFFF;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue