mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
This commit is contained in:
parent
59b9b0ccaf
commit
8e4825e7bd
11 changed files with 38 additions and 17 deletions
|
|
@ -146,7 +146,7 @@ void TestComponent::paint (Graphics& g)
|
|||
g.drawLine (0.0f, (float) getHeight(), (float) getWidth(), 0.0f);
|
||||
|
||||
g.setFont (14.0f);
|
||||
g.drawText ("Jucer Component",
|
||||
g.drawText ("Introjucer Component",
|
||||
0, 0, getWidth(), getHeight() / 2,
|
||||
Justification::centred, true);
|
||||
g.drawText ("(no file loaded)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue