mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Cleaned up some comments and uses of setContentComponent().
This commit is contained in:
parent
e9950296d4
commit
bd19111417
12 changed files with 44 additions and 56 deletions
|
|
@ -592,7 +592,7 @@ void ResizableWindow::addChildComponent (Component* const child, int zOrder)
|
|||
|
||||
If you really know what you're doing and want to avoid this assertion, just call
|
||||
Component::addChildComponent directly.
|
||||
*/
|
||||
*/
|
||||
jassertfalse;
|
||||
|
||||
Component::addChildComponent (child, zOrder);
|
||||
|
|
@ -609,7 +609,7 @@ void ResizableWindow::addAndMakeVisible (Component* const child, int zOrder)
|
|||
|
||||
If you really know what you're doing and want to avoid this assertion, just call
|
||||
Component::addAndMakeVisible directly.
|
||||
*/
|
||||
*/
|
||||
jassertfalse;
|
||||
|
||||
Component::addAndMakeVisible (child, zOrder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue