mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Fix of #1768
This commit is contained in:
parent
7662fa9a5b
commit
f0cee79170
1 changed files with 1 additions and 1 deletions
|
@ -5810,7 +5810,7 @@ void GLCanvas3D::set_tooltip(const std::string& tooltip) const
|
||||||
else
|
else
|
||||||
t->SetTip(tooltip);
|
t->SetTip(tooltip);
|
||||||
}
|
}
|
||||||
else
|
else if (!tooltip.empty()) // Avoid "empty" tooltips => unset of the empty tooltip leads to application crash under OSX
|
||||||
m_canvas->SetToolTip(tooltip);
|
m_canvas->SetToolTip(tooltip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue