Skip to content

Commit

Permalink
Update control 3DWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmnet committed Jul 5, 2022
1 parent 07844a9 commit acbf677
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ public void changed(ObservableValue<? extends Number> ov,
double z = zoom.getValue() * ((( event.getZoomFactor() - 1 ) / 2) + 1.0);
zoom.setValue(z);
});

widget.disableProperty().bind(this.disabledProperty());


}

Expand Down

0 comments on commit acbf677

Please sign in to comment.