diff --git a/swing/src/net/sf/openrocket/gui/scalefigure/FinPointFigure.java b/swing/src/net/sf/openrocket/gui/scalefigure/FinPointFigure.java index c4379ff9c..38f959950 100644 --- a/swing/src/net/sf/openrocket/gui/scalefigure/FinPointFigure.java +++ b/swing/src/net/sf/openrocket/gui/scalefigure/FinPointFigure.java @@ -371,7 +371,6 @@ public class FinPointFigure extends AbstractScaleFigure { final int finFrontX = (int)(subjectBounds_m.getX()*scale); final int subjectHeight = (int)(subjectBounds_m.getHeight()*scale); - // the negative sign is to compensate for the mount's negative location. originLocation_px.width = borderThickness_px.width - finFrontX; if( visibleBounds_px.height > (subjectHeight+ 2*borderThickness_px.height)) {