mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 00:40:47 +00:00
#758 Zoom to fit should be dynamic
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user