This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Projucer: GUI editor test component window uses correct LookAndFeel
tags/2021-05-28
ed
8 years ago
parent
cf0e97fcc7
commit
b9f5b6e4b1
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/Projucer/Source/ComponentEditor/ui/jucer_TestComponent.cpp
+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();
Write
Preview
Loading…
Cancel
Save