Compare commits

..

1 Commits

Author SHA1 Message Date
2322318cac PopStyleVar() fix. OOPS 2014-11-21 14:19:26 +00:00

View File

@ -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--;
}
}