prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
620 stars 121 forks source link

Not possible to create constructor call #501

Closed prmr closed 1 year ago

prmr commented 1 year ago

Description Dragging between a call node and the top rectangle of an implicit parameter node creates a call instead of a constructor call.

Steps to reproduce

  1. Create new sequence diagram
  2. Create two implicit parameter nodes
  3. Drag from the life line of the first node to the top rectangle of the second node
  4. A call edge is created instead of a constructor call edge

Configuration