Skip to content

Commit

Permalink
Don't use background worker
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Aug 3, 2024
1 parent f3b3951 commit e6732ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisp/cando-widgets/show.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
:visible (eq representation :ribbon))
(ngl:make-spacefill :name "Spacefill" :lazy t :sele sele
:visible (eq representation :spacefill))
(ngl:make-surface :name "Surface" :lazy t :sele sele :use-worker t
(ngl:make-surface :name "Surface" :lazy t :sele sele :use-worker nil
:color-scheme "residueindex"
:visible (eq representation :surface))))

Expand Down

0 comments on commit e6732ad

Please sign in to comment.