Browse Source

A minor documentation improvement

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
e8c0fe09e6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_gui_basics/components/juce_Component.h

+ 2
- 2
modules/juce_gui_basics/components/juce_Component.h View File

@@ -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.


Loading…
Cancel
Save