PopStyleVar() fix. OOPS

docking
omar 10 years ago
parent 5f8175abaa
commit 2322318cac

@ -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…
Cancel
Save