Skip to content

Commit 2580459

Browse files
committed
fix(actor2d): add setters and getters for actor2D layer number
1 parent 575d628 commit 2580459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Rendering/Core/Actor2D/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function extend(publicAPI, model, initialValues = {}) {
162162

163163
// Build VTK API
164164
macro.set(publicAPI, model, ['property']);
165-
macro.setGet(publicAPI, model, ['mapper']);
165+
macro.setGet(publicAPI, model, ['mapper', 'layerNumber']);
166166

167167
// Object methods
168168
vtkActor2D(publicAPI, model);

0 commit comments

Comments
 (0)