Skip to content

Commit

Permalink
Merge pull request #894 from ales-erjavec/workflow-preview-render-no-…
Browse files Browse the repository at this point in the history
…link-names

canvas/preview: Do not render link names in preview thumbnails
  • Loading branch information
lanzagar committed Dec 4, 2015
2 parents 3a4f625 + 190bead commit 77d1dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/canvas/preview/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def scheme_svg_thumbnail(scheme_file):
scheme_load(scheme, scheme_file, error_handler=errors.append)

tmp_scene = scene.CanvasScene()
tmp_scene.set_channel_names_visible(False)
tmp_scene.set_registry(global_registry())
tmp_scene.set_scheme(scheme)

Expand Down

0 comments on commit 77d1dfd

Please sign in to comment.