Browse Source

Projucer: GUI editor test component window uses correct LookAndFeel

tags/2021-05-28
ed 8 years ago
parent
commit
b9f5b6e4b1
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      extras/Projucer/Source/ComponentEditor/ui/jucer_TestComponent.cpp
  2. +0
    -1
      extras/Projucer/Source/ComponentEditor/ui/jucer_TestComponent.h

+ 1
- 1
extras/Projucer/Source/ComponentEditor/ui/jucer_TestComponent.cpp View File

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


+ 0
- 1
extras/Projucer/Source/ComponentEditor/ui/jucer_TestComponent.h View File

@@ -70,7 +70,6 @@ private:
ScopedPointer<JucerDocument> loadedDocument;
String filename, constructorParams;
Time lastModificationTime;
LookAndFeel_V2 lookAndFeel;
const bool alwaysFillBackground;
void updateContents();


Loading…
Cancel
Save