prmr / JetUML

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

Simplify computation of isOverlapping #467

Closed prmr closed 2 years ago

prmr commented 2 years ago

The simple check to see whether we need to shift a selection when pasting has disproportionate consequences on the design. It should be possible to make this check with a simpler algorithm, for example to see if any node in the selection has the same position as any node in the diagram.