Révision 1484

tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAFactorialMapChartEditor.java (revision 1484)
257 257

  
258 258
		// parent parameters
259 259
		// thresholds
260
		if (!this.getResult().isParentVisible()) {
260
		if (!this.getResult().getParent().isVisible()  // the LT parent is not visible
261
				&& !(this.getResult().getParent().getParent() instanceof PartitionIndex))	{ // and its parent is not a PartitionIndex
261 262
			ThresholdsGroup thresholdsGroup = new ThresholdsGroup(this.getExtendedParametersGroup(), SWT.NONE, this, false, false);
262 263
			this.fMinSpinner = thresholdsGroup.getFMinSpinner();
263 264
			this.vMaxSpinner = thresholdsGroup.getVMaxSpinner();
tmp/org.txm.ahc.rcp/src/org/txm/ahc/rcp/editors/AHCEditor.java (revision 1484)
146 146
		// disable all component of the rendering tool bar
147 147
		this.advancedChartToolBar.setEnabled(false);
148 148

  
149
		if (!getResult().isParentVisible()) {
149
		if (!this.getResult().getParent().isVisible() // CA parent parent is not visible  
150
				&& !(this.getResult().getParent().getParent().getParent() instanceof PartitionIndex))	{ // and its 2x parent is not a PartitionIndex
150 151
			ThresholdsGroup thresholdsGroup = new ThresholdsGroup(this.getExtendedParametersGroup(), SWT.NONE, this, true, false);
151 152
			this.fMinSpinner = thresholdsGroup.getFMinSpinner();
152 153
			this.vMaxSpinner = thresholdsGroup.getVMaxSpinner();

Formats disponibles : Unified diff