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

slight update

refs 1612
parent b15facfd
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ import org.fortiss.tooling.kernel.ui.service.IEditPartFactoryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: C4D39F316D63A63B989D0D26178C9793
* @ConQAT.Rating YELLOW Hash: 4531C495EA7717EFBA424AA638D75921
*/
public class DiagramEditorBase<T extends EObject> extends GEFEditorBase<T> implements
IPostSelectionProvider, ContextMenuContextProvider {
......@@ -135,7 +135,7 @@ public class DiagramEditorBase<T extends EObject> extends GEFEditorBase<T> imple
private int selectionCount = 0;
/** The number of times the hints about creating connections should be displayed. */
private final int HINTS_COUNT = 4;
private final int HINTS_COUNT = 2;
@Override
public void selectionChanged(IWorkbenchPart part, ISelection selection) {
......
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