refs #786, follow up / corresponding adjustments based on context changes

* removed reload models menu item
* changed to renamed functions
This commit is contained in:
Klaus Basan
2016-10-23 03:08:43 +02:00
parent c2bf473f3f
commit 514bcdd055
9 changed files with 10 additions and 29 deletions

View File

@@ -201,7 +201,7 @@ namespace BlackGui
return;
}
int models = sGui->getIContextSimulator()->getInstalledModelsCount();
int models = sGui->getIContextSimulator()->getModelSetCount();
bool on = (models > 0);
ui->led_MapperReady->setOn(on);
if (on)