}
else
if(getPartitionVue().getAffichageCrocheRelie(evt.getPoint()) != null)
{
AffichageCrocheReliee a = getPartitionVue().getAffichageCrocheRelie(evt.getPoint());
Selection nouvelleselection;
if(!isClavierToucheSpeciale(evt))
nouvelleselection = new Selection();
else
nouvelleselection = selection;
nouvelleselection.selectionAjouter(a.getSelection());
modeChanger(new PartitionPanelModeSelectionDeplacementOuCopie(getController(),
curseur,
nouvelleselection));
}