From 038a9c9282483cf1f75f9901f2b90703af50b4f5 Mon Sep 17 00:00:00 2001 From: epezent Date: Wed, 19 Aug 2020 01:20:42 -0500 Subject: [PATCH] document per axis menus in demo --- implot_demo.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index f0bedd9..941f4b9 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -165,7 +165,10 @@ void ShowDemoWindow(bool* p_open) { ImGui::Indent(); ImGui::BulletText("Double left click on an axis to fit the individual axis."); ImGui::Unindent(); - ImGui::BulletText("Double right click to open the plot context menu."); + ImGui::BulletText("Double right click to open the full plot context menu."); + ImGui::Indent(); + ImGui::BulletText("Double right click on an axis to open the axis context menu."); + ImGui::Unindent(); ImGui::BulletText("Click legend label icons to show/hide plot items."); ImGui::BulletText("IMPORTANT: By default, anti-aliased lines are turned OFF."); ImGui::Indent();