ItEr17S10CUCreacionProxectoPlanificacionItEr16S12: Fixing error. addVisibilityPropertiesChangeListener must be called for both source and destination.
This commit is contained in:
parent
e9bd396f33
commit
04b6d76e0d
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ public class DependencyList extends XulElement implements AfterCompose {
|
|||
Task destination = dependency.getDestination();
|
||||
DependencyVisibilityToggler visibilityToggler = new DependencyVisibilityToggler(
|
||||
source.getTaskBean(), destination.getTaskBean(), dependency);
|
||||
source.getTaskBean().addFundamentalPropertiesChangeListener(visibilityToggler);
|
||||
source.getTaskBean().addVisibilityPropertiesChangeListener(
|
||||
visibilityToggler);
|
||||
destination.getTaskBean().addVisibilityPropertiesChangeListener(
|
||||
visibilityToggler);
|
||||
visibilityToggler.toggleDependencyExistence(visibilityToggler
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue