1
0
Fork 0
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:
ed 2017-05-08 17:35:48 +01:00
parent cf0e97fcc7
commit b9f5b6e4b1
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,7 @@ TestComponent::TestComponent (JucerDocument* const doc,
updateContents();
testComponents.add (this);
setLookAndFeel (&lookAndFeel);
setLookAndFeel (&getLookAndFeel());
}
TestComponent::~TestComponent()