Bug #1379: Disable "Go" button in MonteCarlo if there is no tasks in a project

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-02-17 13:00:59 +01:00
parent 516ea92737
commit eec5b49299

View file

@ -301,6 +301,7 @@ public class MonteCarloController extends GenericForwardComposer {
feedCriticalPathsList();
reloadGridCritialPathTasks();
}
btnRunMonteCarlo.setDisabled(criticalPath.isEmpty());
}
private static class CriticalPathTasksRender implements RowRenderer {