Skip to content

Commit

Permalink
Now headless widgets are started
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Sep 1, 2024
1 parent 7dc6c7f commit 0a91975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcviewer/mol_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def __init__(self):
self.renWin.AddRenderer(self._base_ren)

self.Initialize()
# self.Start()
self.Start()

self._recording_mouse = False
self._mouse_pos = None
Expand Down

0 comments on commit 0a91975

Please sign in to comment.