#3810 HoloLens : Fix update of checkable toolbar button

This commit is contained in:
Magne Sjaastad
2019-01-15 12:52:14 +01:00
parent 9bb4cb3e1a
commit 17f42df110
2 changed files with 7 additions and 4 deletions

View File

@@ -123,9 +123,10 @@ void RicHoloLensSessionManager::refreshToolbarState()
commandIds << "RicHoloLensCreateSessionFeature";
commandIds << "RicHoloLensExportToSharingServerFeature";
commandIds << "RicHoloLensAutoExportToSharingServerFeature";
commandIds << "RicHoloLensTerminateSessionFeature";
caf::CmdFeatureManager::instance()->refreshEnabledState(commandIds);
caf::CmdFeatureManager::instance()->refreshStates(commandIds);
}
//--------------------------------------------------------------------------------------------------