mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +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
|
|
@ -405,7 +405,7 @@ struct ProjucerDisabledComp : public Component,
|
|||
else if (btn == signOutButton.get())
|
||||
{
|
||||
ProjucerLicences::getInstance()->logout();
|
||||
ProjucerApplication::getApp().updateBuildEnabledSetting();
|
||||
ProjucerApplication::getApp().updateAllBuildTabs();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue