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

Commit 96b9b34

Browse files
committed
Add NO_SELECTION as possible selection mode
1 parent 00dc928 commit 96b9b34

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
17+
RECTANGLE_SELECTION, NO_SELECTION
1818
}
1919

2020
boolean someNodesOrEdgesSelection();

0 commit comments

Comments
 (0)