Skip to content

Commit

Permalink
Merge pull request #1928 from sampsonbryce/fix_vcs_addons
Browse files Browse the repository at this point in the history
Allow canvas.plot to handle vcs addons
  • Loading branch information
doutriaux1 committed Apr 15, 2016
2 parents 0fc5d7e + 4a9af8d commit 8131073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/vcs/vcs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def getgraphicsmethod(type, name):
type = "boxfill"
if isinstance(type, vcsaddons.core.VCSaddon):
func = type.getgm
copy_mthd = func(source=name)
copy_mthd = func(name)
else:
try:
copy_mthd = vcs.elements[type][name]
Expand Down

0 comments on commit 8131073

Please sign in to comment.