Browse Source

Fixed a typo in the widgets demo.

tags/2021-05-28
jules 13 years ago
parent
commit
40fd93e32e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/JuceDemo/Source/demos/WidgetsDemo.cpp

+ 1
- 1
extras/JuceDemo/Source/demos/WidgetsDemo.cpp View File

@@ -137,7 +137,7 @@ public:
g.setColour (Colours::black);
g.drawFittedText ("drag this box onto the desktop to show how the same component can move from being lightweight to being a separate window",
getLocalBounds().reduced (4, 0),
getHeight(), Justification::horizontallyJustified, 5);
Justification::horizontallyJustified, 5);
g.drawRect (getLocalBounds());
}


Loading…
Cancel
Save