graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

Cannot pick edge #355

Open rostard opened 3 years ago

rostard commented 3 years ago

Not sure if the project is alive, but still When using findGraphicElementAt for edges it can not find any. I looked into DefaultCamera2D.class and the body of edgeContains method almost the same as nodeContains and only checks for a little region in the center of an edge

naringleb commented 2 years ago

I've got the same problem and thus implement a new MouseManager where I copied the original code and adjusted it so that edges are found not only by their center. I explain this here