Skip to content

Commit

Permalink
Oops... Fix some code that was missed during refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Oct 24, 2014
1 parent 79f5e05 commit c736ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensemble/ctf/editor.py
Expand Up @@ -60,7 +60,7 @@ def perform_with_color(self, event, color):
color_node = GaussianColorNode(center=rel_x, color=color, radius=rad)
opacity_node = GaussianOpacityNode(center=rel_x, max_opacity=rel_y,
radius=rad)
component = GaussianComponent(color_node=color_node,
component = GaussianComponent(node=color_node,
opacity_node=opacity_node)
self.container.add_function_component(component)

Expand Down

0 comments on commit c736ad1

Please sign in to comment.