ogallagher / fxgraph

A JavaFX graph editor
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Make cell gestures togglable #16

Open ogallagher opened 2 years ago

ogallagher commented 2 years ago

The Graph class handles enabling and disabling viewport and node gestures in its constructor, but not cell gestures.

https://github.com/ogallagher/fxgraph/blob/80ef7dce1f0946c240f431fd7ede44d909722c69/src/main/java/com/fxgraph/graph/Graph.java#L65-L97