mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
Carriage return in demo tooltip
This commit is contained in:
parent
4976bf97a6
commit
8224ca16b6
1 changed files with 1 additions and 1 deletions
|
|
@ -11100,7 +11100,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
|||
static float col1[3] = { 1.0f,0.0f,0.2f };
|
||||
static float col2[4] = { 0.4f,0.7f,0.0f,0.5f };
|
||||
ImGui::ColorEdit3("color 1", col1);
|
||||
ImGui::SameLine(); ShowHelpMarker("Click on the colored square to change edit mode. CTRL+click on individual component to input value.\n");
|
||||
ImGui::SameLine(); ShowHelpMarker("Click on the colored square to change edit mode.\nCTRL+click on individual component to input value.\n");
|
||||
|
||||
ImGui::ColorEdit4("color 2", col2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue