diff --git a/EduNetworkBuilder/ShapeEditor.cs b/EduNetworkBuilder/ShapeEditor.cs index e5604be..172aa46 100644 --- a/EduNetworkBuilder/ShapeEditor.cs +++ b/EduNetworkBuilder/ShapeEditor.cs @@ -187,6 +187,8 @@ namespace EduNetworkBuilder lbShapeList.ContextMenuStrip.Items.Add(NB.Translate("SE_MoveToEnd")); lbShapeList.ContextMenuStrip.Items[index++].Click += lblShape_MoveToEnd; + lbShapeList.ContextMenuStrip.Visible = true; + lbShapeList.ContextMenuStrip.Show(Cursor.Position); } } //If it is a left mouse button, we simply select the item so we can edit it