Project

General

Profile

« Previous | Next » 

Revision c4dcde9b

Added by Niels Hoffmann about 12 years ago

Removed all calls to active menu selection (fixes #1106)

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/handler/CreateNodeHandler.java
42 42
					.getActiveEditor();
43 43

  
44 44
			IStructuredSelection selection = (IStructuredSelection) HandlerUtil
45
					.getActiveMenuSelection(event);
45
					.getCurrentSelection(event);
46 46

  
47 47
			if (selection.getFirstElement() instanceof PolytomousKeyNode) {
48 48
				try {

Also available in: Unified diff