Browse Source

Fixed a spelling mistake

tags/2021-05-28
jules 10 years ago
parent
commit
a52ed14607
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/components/juce_Component.h

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

@@ -812,7 +812,7 @@ public:
virtual void childrenChanged();
//==============================================================================
/** Tests whether a given point inside the component.
/** Tests whether a given point is inside the component.
Overriding this method allows you to create components which only intercept
mouse-clicks within a user-defined area.


Loading…
Cancel
Save