mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Removed sign-in
This commit is contained in:
parent
9d69018d97
commit
cf93f79cc8
25 changed files with 47 additions and 1472 deletions
|
|
@ -133,10 +133,7 @@ void ProjectContentComponent::resized()
|
|||
resizerBar->setBounds (r.withWidth (4));
|
||||
|
||||
if (auto* h = dynamic_cast<HeaderComponent*> (header.get()))
|
||||
{
|
||||
h->sidebarTabsWidthChanged (sidebarTabs.getWidth());
|
||||
r.removeFromRight (h->getUserButtonWidth());
|
||||
}
|
||||
|
||||
if (contentView != nullptr)
|
||||
{
|
||||
|
|
@ -625,12 +622,6 @@ void ProjectContentComponent::showLiveBuildSettings()
|
|||
setEditorComponent (new LiveBuildSettingsComponent (*project), nullptr);
|
||||
}
|
||||
|
||||
void ProjectContentComponent::showUserSettings()
|
||||
{
|
||||
if (auto* headerComp = dynamic_cast<HeaderComponent*> (header.get()))
|
||||
headerComp->showUserSettings();
|
||||
}
|
||||
|
||||
StringArray ProjectContentComponent::getExportersWhichCanLaunch() const
|
||||
{
|
||||
StringArray s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue