Bug #1379: Disable "Go" button in MonteCarlo if there is no tasks in a project
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
c82df5175c
commit
38ea760eba
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ public class MonteCarloController extends GenericForwardComposer {
|
|||
feedCriticalPathsList();
|
||||
reloadGridCritialPathTasks();
|
||||
}
|
||||
btnRunMonteCarlo.setDisabled(criticalPath.isEmpty());
|
||||
}
|
||||
|
||||
private static class CriticalPathTasksRender implements RowRenderer {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue