mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
Demo: Tweak irritating pink color.
This commit is contained in:
parent
8d5b2fba95
commit
a2a5d71582
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ void ImGui::ShowTestWindow(bool* p_open)
|
|||
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);
|
||||
if (ImGui::BeginPopupContextItem("color context menu"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue