Skip to content

Commit

Permalink
make EnableCanvas.component listen for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jminardi committed Jul 7, 2014
1 parent 2271e12 commit a430675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/enable_canvas/enable_canvas.enaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ enamldef Main(MainWindow): main:
initial_size = (600, 400)
Container:
EnableCanvas: ecanvas:
component = main.model.plot
component << main.model.plot

0 comments on commit a430675

Please sign in to comment.