ItEr24S08CUAsignacionGrupoRecursosAPlanificacionItEr23S10: Fixing problem when changing tabs

This commit is contained in:
Óscar González Fernández 2009-08-31 16:58:07 +02:00
parent 287629064e
commit 911ca7751c
2 changed files with 1 additions and 5 deletions

View file

@ -71,6 +71,6 @@ public class GanttPanel extends XulElement implements AfterCompose {
}
public void comingFromAnotherTab() {
timeTrackerComponent.getTimeTracker().forceNotifyZoom();
timeTrackerComponent.recreate();
}
}

View file

@ -164,8 +164,4 @@ public class TimeTracker {
.toDateMidnight().toDate();
}
public void forceNotifyZoom() {
fireZoomChanged();
}
}