Skip to content

Commit 44e1288

Browse files
committed
v.0.8.4
1 parent 97913ec commit 44e1288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>nl.uu.science.cellbiology</groupId>
1313
<artifactId>bigtrace</artifactId>
14-
<version>0.8.4-SNAPSHOT</version>
14+
<version>0.8.4</version>
1515

1616
<name>BigTrace</name>
1717
<description>Tracing of curvilinear structures in 3D</description>

src/main/java/bigtrace/BigTraceData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public class BigTraceData < T extends RealType< T > & NativeType< T > >
204204

205205
/////////////////////////////////USER INTERFACE "CLICKING"
206206

207-
public boolean bStartFullScreen = Prefs.get("BigTrace.bStartFullScreen", true);
207+
public boolean bStartFullScreen = Prefs.get("BigTrace.bStartFullScreen", false);
208208

209209
/** half size of rectangle around click point (in screen pixels)
210210
* used to find maximum intensity voxel **/

0 commit comments

Comments
 (0)