From 3c27d0fa1363e1d2afae2aadf18100293d05e78b Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Tue, 19 Jan 2016 15:28:00 +0000 Subject: [PATCH] Comment to myself that should have been in one of the last few commits. --- fsl/tools/render.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fsl/tools/render.py b/fsl/tools/render.py index fd3efa0d3..325de2975 100644 --- a/fsl/tools/render.py +++ b/fsl/tools/render.py @@ -340,6 +340,10 @@ def run(args, context): width=width, height=height) + # Should I be initialising all of + # these? Aren't they initialised + # in the call to applyArguments + # below? c.showCursor = sceneOpts.showCursor c.cursorColour = sceneOpts.cursorColour c.bgColour = sceneOpts.bgColour -- GitLab