mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-03 09:28:44 +03:00
Update ImGuiWrapper.cpp
This commit is contained in:
@@ -229,7 +229,7 @@ void ImGuiWrapper::set_scaling(float font_size, float scale_style, float scale_b
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_font_size = font_size;
|
m_font_size = 1.05f * font_size;
|
||||||
|
|
||||||
ImGui::GetStyle().ScaleAllSizes(scale_style / m_style_scaling);
|
ImGui::GetStyle().ScaleAllSizes(scale_style / m_style_scaling);
|
||||||
m_style_scaling = scale_style;
|
m_style_scaling = scale_style;
|
||||||
|
|||||||
Reference in New Issue
Block a user