diff --git a/fsl/tools/render.py b/fsl/tools/render.py index fd3efa0d35a2f3006ca56fc53868fc059581a29b..325de297513b6f041d859195e0823c4f2ad99410 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