mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 13:45:57 +08:00
Fix build on macOS
This commit is contained in:
parent
64728feec3
commit
6efab63dc9
@ -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