Skip to content

Commit

Permalink
Merge pull request #1490 from Kitware/more-spline-widgets-ui
Browse files Browse the repository at this point in the history
fix(SplineWidget): expose more representation methods
  • Loading branch information
agirault committed Jun 15, 2020
2 parents a996d0a + 2651d00 commit 83a9f8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/Widgets/Widgets3D/SplineWidget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ function vtkSplineWidget(publicAPI, model) {

// --- Widget Requirement ---------------------------------------------------

model.methodsToLink = ['outputBorder'];
model.methodsToLink = [
'outputBorder',
'fill',
'borderColor',
'errorBorderColor',
];
model.behavior = widgetBehavior;
model.widgetState = stateGenerator();

Expand Down

0 comments on commit 83a9f8b

Please sign in to comment.