Skip to content

Commit

Permalink
Merge pull request #11 from hanayik/master
Browse files Browse the repository at this point in the history
update call for latest FSLeyes embed
  • Loading branch information
mcraig-ibme committed Aug 13, 2020
2 parents 8a7fd8f + 6528737 commit 91a8f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oxford_asl/gui/preview_fsleyes.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def ready():
called[0] = True
ret[0] = (overlayList, displayCtx, frame)

fslgl.getGLContext(parent=parent, ready=ready)
fslgl.getGLContext(ready=ready, raiseErrors=True)
idle.block(10, until=until)

if ret[0] is None:
Expand Down

0 comments on commit 91a8f9a

Please sign in to comment.