Skip to content

Commit 4abac30

Browse files
committed
Network Clustering: Call auto-commit when changing the hop attenuation check box
1 parent c35c2fb commit 4abac30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orangecontrib/network/widgets/OWNxClustering.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def __init__(self):
4141
label="Max. iterations: ", callback=self.commit)
4242
gui.doubleSpin(box, self, "hop_attenuation", 0, 1, 0.01,
4343
label="Apply hop attenuation: ",
44-
checked="attenuate", callback=self.commit)
44+
checked="attenuate", callback=self.commit,
45+
checkCallback=self.commit)
4546
self.random_state = gui.checkBox(
4647
box, self, "use_random_state",
4748
label="Replicable clustering", callback=self.commit)

0 commit comments

Comments
 (0)