From 5cd7f9784784a18b25754a1fabed0628a284c7a3 Mon Sep 17 00:00:00 2001 From: Daniel_M_Williams Date: Fri, 21 Dec 2018 14:46:46 -0500 Subject: [PATCH] [comment] delete misleading/incorrect comment --- swing/src/net/sf/openrocket/gui/scalefigure/FinPointFigure.java | 1 - 1 file changed, 1 deletion(-) 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)) {