Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a14735b

Browse files
committed
Add custom selection
1 parent 58b7424 commit a14735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/engine-core/src/main/java/org/gephi/viz/engine/status/GraphSelection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public interface GraphSelection {
1414

1515
enum GraphSelectionMode {
1616
SIMPLE_MOUSE_SELECTION,
17-
RECTANGLE_SELECTION, NO_SELECTION
17+
RECTANGLE_SELECTION, NO_SELECTION, CUSTOM_SELECTION
1818
}
1919

2020
boolean someNodesOrEdgesSelection();

0 commit comments

Comments
 (0)