Révision 1925

tmp/org.txm.annotation.kr.rcp/src/org/txm/annotation/kr/rcp/concordance/WordAnnotationToolbar.java (revision 1925)
320 320
		try {
321 321
			if (annotManager != null && annotManager.deleteAnnotations(type, matches, job)) {
322 322
				if (Log.getLevel().intValue() < Level.INFO.intValue()) annotManager.checkData();
323
				concordance.reloadLines(editor.getTopLine(), editor.getBottomLine()+1);
323

  
324 324
			} else {
325 325
				return;
326 326
			}
......
591 591
		deleteAnnotationButton.addSelectionListener(new SelectionListener() {
592 592
			@Override
593 593
			public void widgetSelected(SelectionEvent e) {
594
				affectAnnotationToSelection(editor.getLineTableViewer().getSelection());
594
				deleteAnnotationValues(editor.getLineTableViewer().getSelection());
595 595
			}
596 596

  
597 597
			@Override

Formats disponibles : Unified diff