Skip to content

Commit 3409330

Browse files
committed
Fixed bug with animation hiding connected sockets.
1 parent 4a5fabb commit 3409330

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/main/java/edu/wpi/grip/ui/pipeline/StepController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,8 @@ private void fadeOut(InputSocketController input) {
209209
fadeOut.setOnFinished(new EventHandler<ActionEvent>() {
210210
@Override
211211
public void handle(ActionEvent event) {
212-
for (InputSocketController input : inputSockets) {
213212
input.getRoot().setVisible(false);
214213
input.getRoot().setManaged(false);
215-
}
216214
}
217215
});
218216
fadeOut.play();

0 commit comments

Comments
 (0)