Added PushStyleColor(ImGuiCol idx, ImU32 col) overload. (Which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.)
|
---|
|
imgui.cpp |
---|
imgui.h |
---|
imgui_demo.cpp |
---|