mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:55:53 +08:00
Orange border of text multiline for MacOs
This commit is contained in:
parent
a5822800b9
commit
16ae960ded
@ -1538,14 +1538,12 @@ void GLGizmoEmboss::draw_text_input()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add border around input when warning appears
|
// add border around input when warning appears
|
||||||
#ifndef __APPLE__
|
|
||||||
ScopeGuard input_border_sg;
|
ScopeGuard input_border_sg;
|
||||||
if (!warning.empty()) {
|
if (!warning.empty()) {
|
||||||
ImGui::PushStyleVar(ImGuiStyleVar_FrameBorderSize, 1.0f);
|
ImGui::PushStyleVar(ImGuiStyleVar_FrameBorderSize, 1.0f);
|
||||||
ImGui::PushStyleColor(ImGuiCol_Border, ImGuiWrapper::COL_ORANGE_LIGHT);
|
ImGui::PushStyleColor(ImGuiCol_Border, ImGuiWrapper::COL_ORANGE_LIGHT);
|
||||||
input_border_sg.closure = []() { ImGui::PopStyleColor(); ImGui::PopStyleVar(); };
|
input_border_sg.closure = []() { ImGui::PopStyleColor(); ImGui::PopStyleVar(); };
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// flag for extend font ranges if neccessary
|
// flag for extend font ranges if neccessary
|
||||||
// ranges can't be extend during font is activ(pushed)
|
// ranges can't be extend during font is activ(pushed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user