Project

General

Profile

« Previous | Next » 

Revision f41433b9

Added by Alex Theys almost 12 years ago

AT:Committing changes post merge

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/handler/DeleteObjectHandler.java
38 38
		
39 39
		if (editor instanceof AnnotatedLineEditor) {
40 40
						
41
			ISelection selection = HandlerUtil.getActiveMenuSelection(event);
41
			ISelection selection = HandlerUtil.getCurrentSelection(event);
42 42
			if (selection instanceof TextSelection) {
43 43
				
44 44
				// Get current line

Also available in: Unified diff