ItEr58S18CUEscaladoPantallaCargaRecursosEmpresaItEr57S10: [Bug #463] The zoom and the page filter work fine together now in the resources load page.

This commit is contained in:
Jacobo Aragunde Pérez 2010-05-20 13:22:58 +02:00 committed by Javier Moran Rua
parent 1ea0bc41f1
commit 4fed45e582

View file

@ -57,7 +57,7 @@ public abstract class TimeTrackerComponent extends HtmlMacroComponent {
@Override
public void zoomLevelChanged(ZoomLevel detailLevel) {
recreate();
afterCompose();
}
};
this.timeTracker.addZoomListener(zoomListener);