mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 04:15:55 +08:00
Merge branch 'fs_emboss' of https://github.com/Prusa-Development/PrusaSlicerPrivate into fs_emboss
This commit is contained in:
commit
3f350b628c
@ -2024,7 +2024,7 @@ void GLGizmoEmboss::draw_style_edit() {
|
|||||||
|
|
||||||
assert(wx_font_opt.has_value());
|
assert(wx_font_opt.has_value());
|
||||||
if (!wx_font_opt.has_value()) {
|
if (!wx_font_opt.has_value()) {
|
||||||
ImGui::TextColored(ImGuiWrapper::COL_ORANGE_DARK, "%s", _u8L("WxFont is not loaded properly."));
|
ImGui::TextColored(ImGuiWrapper::COL_ORANGE_DARK, "%s", _u8L("WxFont is not loaded properly.").c_str());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user