ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346)

This commit is contained in:
omar
2017-07-29 15:50:24 +08:00
parent 973d4a361b
commit 6bc1572d31
2 changed files with 10 additions and 10 deletions

View File

@ -686,7 +686,7 @@ void ImGui::ShowTestWindow(bool* p_open)
ImGui::ColorButton("MyColor##3b", *(ImVec4*)&color, alpha_previw_flags, ImVec2(80,80));
ImGui::Text("Color picker:");
static bool alpha = false;
static bool alpha = true;
static bool alpha_bar = false;
static int inputs_mode = 2;
static float width = 200.0f;