mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Projucer: made build panel UI update when signing out
This commit is contained in:
parent
1182aecf00
commit
bc58656153
4 changed files with 7 additions and 7 deletions
|
|
@ -769,11 +769,11 @@ void ProjucerApplication::timerCallback()
|
|||
showLoginForm();
|
||||
}
|
||||
|
||||
void ProjucerApplication::updateBuildEnabledSetting()
|
||||
void ProjucerApplication::updateAllBuildTabs()
|
||||
{
|
||||
for (int i = 0; i < mainWindowList.windows.size(); ++i)
|
||||
if (ProjectContentComponent* p = mainWindowList.windows.getUnchecked(i)->getProjectContentComponent())
|
||||
p->refreshTabsIfBuildStatusChanged();
|
||||
p->rebuildProjectTabs();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -786,7 +786,7 @@ void ProjucerApplication::loginOrLogout()
|
|||
else
|
||||
showLoginForm();
|
||||
|
||||
updateBuildEnabledSetting();
|
||||
updateAllBuildTabs();
|
||||
}
|
||||
|
||||
bool ProjucerApplication::currentEULAHasBeenAcceptedPreviously() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue