mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Tooltip when hovering on gizmo icons
This commit is contained in:
parent
806e59facc
commit
78d813cbc9
5 changed files with 75 additions and 23 deletions
|
@ -512,7 +512,8 @@ void GLToolbar::update_hover_state_horizontal(const Vec2d& mouse_pos)
|
|||
}
|
||||
}
|
||||
|
||||
m_parent.set_tooltip(tooltip);
|
||||
if (!tooltip.empty())
|
||||
m_parent.set_tooltip(tooltip);
|
||||
}
|
||||
|
||||
void GLToolbar::update_hover_state_vertical(const Vec2d& mouse_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue