Fix the key of the response
Guaranteeing that the dependency's redraw response is invoked once for each dependency when requested. FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
f76552371f
commit
53c57655a1
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ public class DependencyComponent extends XulElement implements AfterCompose {
|
|||
}
|
||||
|
||||
public void redrawDependency() {
|
||||
response("zoomChanged", new AuInvoke(this, "draw"));
|
||||
response("redrawDependency" + getId(), new AuInvoke(this, "draw"));
|
||||
}
|
||||
|
||||
public boolean contains(Task task) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue