Remove unneccessary constructors
This commit is contained in:
parent
0bf90ae0af
commit
f4029eaca7
2 changed files with 1 additions and 6 deletions
src/slic3r/GUI/Gizmos
|
@ -2053,7 +2053,7 @@ TextConfiguration GLGizmoEmboss::create_configuration()
|
|||
if (wx_font.has_value())
|
||||
fi.path = WxFontUtils::store_wxFont(*wx_font);
|
||||
}
|
||||
return TextConfiguration(m_font_manager.get_font_item(), m_text);
|
||||
return TextConfiguration{m_font_manager.get_font_item(), m_text};
|
||||
}
|
||||
|
||||
bool GLGizmoEmboss::load_configuration(ModelVolume *volume)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue