1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

more auto-update work

This commit is contained in:
jules 2014-11-11 12:26:42 +00:00
parent 41f21aed7e
commit 4b28a4bb23
7 changed files with 145 additions and 49 deletions

View file

@ -241,7 +241,8 @@ void ProjectContentComponent::resized()
if (contentView != nullptr)
contentView->setBounds (r);
logo->setBounds (r.reduced (r.getWidth() / 4, r.getHeight() / 4));
if (logo != nullptr)
logo->setBounds (r.reduced (r.getWidth() / 4, r.getHeight() / 4));
}
void ProjectContentComponent::lookAndFeelChanged()