mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Mac: Retina OpenGL: Fix imgui windows, right-click menu, misc
This commit is contained in:
parent
3df1ed8f6b
commit
7d30323f46
3 changed files with 41 additions and 12 deletions
|
@ -96,6 +96,7 @@ void ImGuiWrapper::render()
|
|||
void ImGuiWrapper::set_next_window_pos(float x, float y, int flag)
|
||||
{
|
||||
ImGui::SetNextWindowPos(ImVec2(x, y), (ImGuiCond)flag);
|
||||
ImGui::SetNextWindowSize(ImVec2(0.0, 0.0));
|
||||
}
|
||||
|
||||
void ImGuiWrapper::set_next_window_bg_alpha(float alpha)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue