mirror of
https://github.com/Drezil/imgui.git
synced 2025-12-08 04:51:03 +01:00
Demo: Tweak irritating pink color.
This commit is contained in:
@@ -1218,7 +1218,7 @@ void ImGui::ShowTestWindow(bool* p_open)
|
|||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
|
||||||
static ImVec4 color = ImColor(1.0f, 0.0f, 1.0f, 1.0f);
|
static ImVec4 color = ImColor(0.8f, 0.5f, 1.0f, 1.0f);
|
||||||
ImGui::ColorButton(color);
|
ImGui::ColorButton(color);
|
||||||
if (ImGui::BeginPopupContextItem("color context menu"))
|
if (ImGui::BeginPopupContextItem("color context menu"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user