Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / src / net / sf / openrocket / gui / print / PrintFigure.java
index 3f4655c6a1871a2b245f12fc94ccb62a8a2bedf3..648e7231ba58e1d669db7f4269a7843547431824 100644 (file)
@@ -31,4 +31,8 @@ public class PrintFigure extends RocketFigure {
                this.scale = theScale; //dpi/0.0254*scaling;
                updateFigure();
        }
+
+    public double getFigureHeightPx() {
+        return this.figureHeightPx;
+    }
 }