Skip to content
Snippets Groups Projects
Commit cfda364c authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

improves context menu positioning w.r.t. compositors

refs 2553
parent 02cac3fd
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6B633E486D2B054E8398EF36F0420AFB
* @ConQAT.Rating YELLOW Hash: 8C7B943E9A1E73AE69867B03B57E15C4
*/
public class ConstraintMenu implements IContextMenuContributor {
......@@ -103,7 +103,7 @@ public class ConstraintMenu implements IContextMenuContributor {
/** {@inheritDoc} */
@Override
public String getMenuSectionID() {
return IContextMenuService.TOP_MOST_MENU_SECTION_ID;
return IContextMenuService.BEFORE_GLOBAL_MENU_SECTION_ID;
}
/** Action to "go to" a given constrained element. */
......@@ -227,7 +227,6 @@ public class ConstraintMenu implements IContextMenuContributor {
MessageDialog.openWarning(sh, "Outdated constraint", msg);
}
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment