ItEr24S08CUAsignacionGrupoRecursosAPlanificacionItEr23S10: Fixing problem when changing tabs
This commit is contained in:
parent
287629064e
commit
911ca7751c
2 changed files with 1 additions and 5 deletions
|
|
@ -71,6 +71,6 @@ public class GanttPanel extends XulElement implements AfterCompose {
|
|||
}
|
||||
|
||||
public void comingFromAnotherTab() {
|
||||
timeTrackerComponent.getTimeTracker().forceNotifyZoom();
|
||||
timeTrackerComponent.recreate();
|
||||
}
|
||||
}
|
||||
|
|
@ -164,8 +164,4 @@ public class TimeTracker {
|
|||
.toDateMidnight().toDate();
|
||||
}
|
||||
|
||||
public void forceNotifyZoom() {
|
||||
fireZoomChanged();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue