Skip to content

Commit 5db4933

Browse files
committed
Disable moving the chromatogram range by peak edge selection by default.
1 parent fd36944 commit 5db4933

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chemclipse/plugins/org.eclipse.chemclipse.ux.extension.xxd.ui/src/org/eclipse/chemclipse/ux/extension/xxd/ui/preferences/PreferencePageChromatogramPeaks.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2018, 2025 Lablicate GmbH.
2+
* Copyright (c) 2018, 2026 Lablicate GmbH.
33
*
44
* This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License 2.0
@@ -76,4 +76,4 @@ public void createFieldEditors() {
7676
public void init(IWorkbench workbench) {
7777

7878
}
79-
}
79+
}

chemclipse/plugins/org.eclipse.chemclipse.ux.extension.xxd.ui/src/org/eclipse/chemclipse/ux/extension/xxd/ui/preferences/PreferenceSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public class PreferenceSupplier extends AbstractPreferenceSupplier implements IP
529529
public static final String P_CHROMATOGRAM_IDENTIFIED_SCAN_MARKER_TYPE = "chromatogramIdentifiedScanMarkerType";
530530
public static final String DEF_CHROMATOGRAM_IDENTIFIED_SCAN_MARKER_TYPE = PlotSymbolType.CIRCLE.toString();
531531
public static final String P_MOVE_RETENTION_TIME_ON_PEAK_SELECTION = "moveRetentionTimeOnPeakSelection";
532-
public static final boolean DEF_MOVE_RETENTION_TIME_ON_PEAK_SELECTION = true;
532+
public static final boolean DEF_MOVE_RETENTION_TIME_ON_PEAK_SELECTION = false;
533533
public static final String P_ALTERNATE_WINDOW_MOVE_DIRECTION = "useAlternateWindowMoveDirection";
534534
public static final boolean DEF_ALTERNATE_WINDOW_MOVE_DIRECTION = false;
535535
public static final String P_CONDENSE_CYCLE_NUMBER_SCANS = "condenseCycleNumberScans";

0 commit comments

Comments
 (0)