Commit c8d5ab28 authored by Frank Bergmann's avatar Frank Bergmann

- Providing the GanttSchedulingController with a pointer to the

  DependencyPropertyPanel
parent 896e195b
......@@ -326,7 +326,8 @@ function launchGanttEditor(debug){
debug: getDebug('ganttSchedulingController'),
'taskTreeStore': taskTreeStore,
'ganttBarPanel': ganttBarPanel,
'ganttTreePanel': ganttTreePanel
'ganttTreePanel': ganttTreePanel,
'dependencyPropertyPanel': dependencyPropertyPanel
});
ganttBarPanel.ganttSchedulingController = ganttSchedulingController;
ganttSchedulingController.init(this).onLaunch(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment