Skip to content

Commit

Permalink
fix: correct tool binding
Browse files Browse the repository at this point in the history
  • Loading branch information
seankmartin committed May 16, 2024
1 parent 79068f3 commit 5ee64e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi_channel_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def add_image_layer(state, **kwargs):
volume_rendering_mode="on",
volume_rendering_depth_samples=200,
tool_bindings={
"A": neuroglancer.VolumeRenderingModeTool(),
"A": neuroglancer.VolumeRenderingTool(),
"B": neuroglancer.VolumeRenderingDepthSamplesTool(),
},
panels=[add_render_panel()],
Expand Down

0 comments on commit 5ee64e8

Please sign in to comment.