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:
parent
41f21aed7e
commit
4b28a4bb23
7 changed files with 145 additions and 49 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue