mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 21:45:10 +00:00
PopStyleVar() fix. OOPS
This commit is contained in:
parent
5f8175abaa
commit
2322318cac
1 changed files with 1 additions and 0 deletions
|
@ -2633,6 +2633,7 @@ void ImGui::PopStyleVar(int count)
|
|||
else if (ImVec2* pvar_v = GetStyleVarVec2Addr(backup.Var))
|
||||
*pvar_v = backup.PreviousValue;
|
||||
g.StyleModifiers.pop_back();
|
||||
count--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue