1
0
Fork 0
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:
jules 2012-08-09 11:40:45 +01:00
parent 665c85b147
commit e9ae25ed9c
18 changed files with 144 additions and 51 deletions

View file

@ -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)