From e8c0fe09e60f5ef2877e9d220f0c5f5ef886fefa Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Mon, 18 Feb 2019 11:00:35 +0000 Subject: [PATCH] A minor documentation improvement --- modules/juce_gui_basics/components/juce_Component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 2e210ddd54..c47312e1da 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -867,8 +867,8 @@ public: /** Changes the default return value for the hitTest() method. - Setting this to false is an easy way to make a component pass its mouse-clicks - through to the components behind it. + Setting this to false is an easy way to make a component pass all its mouse events + (not just clicks) through to the components behind it. When a component is created, the default setting for this is true.