mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of OSX build
This commit is contained in:
parent
53d1ff879c
commit
e737f15bfa
1 changed files with 1 additions and 2 deletions
|
@ -2316,8 +2316,7 @@ void DoubleSlider::OnMotion(wxMouseEvent& event)
|
||||||
// Set tooltips with information for each icon
|
// Set tooltips with information for each icon
|
||||||
const wxString tooltip = m_is_one_layer_icon_focesed ? _(L("One layer mode")) :
|
const wxString tooltip = m_is_one_layer_icon_focesed ? _(L("One layer mode")) :
|
||||||
m_is_action_icon_focesed ? _(L("Add/Del color change")) :
|
m_is_action_icon_focesed ? _(L("Add/Del color change")) :
|
||||||
is_revert_icon_focused ? _(L("Discard all color changes")) :
|
is_revert_icon_focused ? _(L("Discard all color changes")) : "";
|
||||||
wxEmptyString;
|
|
||||||
this->SetToolTip(tooltip);
|
this->SetToolTip(tooltip);
|
||||||
|
|
||||||
if (action)
|
if (action)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue