mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 10:11:10 -06:00
Obvious fixes to stupid warnings
This commit is contained in:
parent
e0eac1f20c
commit
5f19539df5
6 changed files with 7 additions and 7 deletions
|
|
@ -306,7 +306,7 @@ ImVec2 ImGuiWrapper::get_item_spacing() const
|
|||
{
|
||||
const ImGuiContext &g = *GImGui;
|
||||
const ImGuiStyle &style = g.Style;
|
||||
return g.Style.ItemSpacing;
|
||||
return style.ItemSpacing;
|
||||
}
|
||||
|
||||
float ImGuiWrapper::get_slider_float_height() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue