mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Introjucer fixes + cosmetic changes.
This commit is contained in:
parent
665c85b147
commit
e9ae25ed9c
18 changed files with 144 additions and 51 deletions
|
|
@ -138,7 +138,7 @@ ProjectContentComponent::~ProjectContentComponent()
|
|||
|
||||
void ProjectContentComponent::paint (Graphics& g)
|
||||
{
|
||||
dynamic_cast<IntrojucerLookAndFeel&> (getLookAndFeel()).fillWithBackgroundTexture (g);
|
||||
IntrojucerLookAndFeel::fillWithBackgroundTexture (*this, g);
|
||||
}
|
||||
|
||||
void ProjectContentComponent::paintOverChildren (Graphics& g)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue