Skip to content

Commit

Permalink
v.0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Jan 23, 2024
1 parent ae9a7e6 commit c1772f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/bigtrace/measure/RoiMeasure3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -1192,9 +1192,9 @@ public void straightenCurve(final AbstractCurve3D curveLine)
Prefs.set("BigTrace.nStraightROIList", nROIList);
nRadiusType = straightenRadiusList.getSelectedIndex();
Prefs.set("BigTrace.nRadiusType", nRadiusType);
if(nRadiusType==0)
if(nRadiusType == 0)
{
fRadiusStraighted = Math.round(0.5*curveLine.getLineThickness());
fRadiusStraighted = -1.0f;
}
else
{
Expand Down

0 comments on commit c1772f7

Please sign in to comment.