mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Projucer: GUI editor test component window uses correct LookAndFeel
This commit is contained in:
parent
cf0e97fcc7
commit
b9f5b6e4b1
2 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ TestComponent::TestComponent (JucerDocument* const doc,
|
|||
updateContents();
|
||||
testComponents.add (this);
|
||||
|
||||
setLookAndFeel (&lookAndFeel);
|
||||
setLookAndFeel (&getLookAndFeel());
|
||||
}
|
||||
|
||||
TestComponent::~TestComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue