diff --git a/imgui.cpp b/imgui.cpp index c592f03..542a3f4 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -5784,6 +5784,7 @@ *p_selected = !*p_selected; return true; } + return false; } // A little colored square. Return true when clicked.