1
0
Fork 0
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:
jules 2016-04-08 11:02:58 +01:00
parent 1182aecf00
commit bc58656153
4 changed files with 7 additions and 7 deletions

View file

@ -405,7 +405,7 @@ struct ProjucerDisabledComp : public Component,
else if (btn == signOutButton.get())
{
ProjucerLicences::getInstance()->logout();
ProjucerApplication::getApp().updateBuildEnabledSetting();
ProjucerApplication::getApp().updateAllBuildTabs();
}
}