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:
Óscar González Fernández 2011-06-20 19:35:56 +02:00
parent f76552371f
commit 53c57655a1

View file

@ -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) {