#758 Zoom to fit should be dynamic

This commit is contained in:
2014-12-19 15:41:40 +01:00
parent a92d46505e
commit 4333972e31
8 changed files with 92 additions and 25 deletions
@@ -29,7 +29,7 @@ public interface MediaDisplay {
public int getTotalFrames();
public void zoom(double zoom);
public void zoom(Zoom zoom);
public void pause();
@@ -55,5 +55,5 @@ public interface MediaDisplay {
public double getZoomToFit();
public double getZoom();
public Zoom getZoom();
}