Browse Source

Fixed a typo

tags/2021-05-28
ed 5 years ago
parent
commit
685dc4fd78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h

+ 1
- 1
modules/juce_gui_basics/layout/juce_ResizableEdgeComponent.h View File

@@ -30,7 +30,7 @@ namespace juce
edge. Make sure you reposition the resizer component each time the parent's size
changes, to keep it in the correct position.
@see ResizbleBorderComponent, ResizableCornerComponent
@see ResizableBorderComponent, ResizableCornerComponent
@tags{GUI}
*/


Loading…
Cancel
Save