Skip to content
Snippets Groups Projects
Commit 47689c1c authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Adjusted cli argument application order to make lightbox config work.

parent a91e32e7
No related branches found
No related tags found
No related merge requests found
......@@ -325,13 +325,13 @@ OPTIONS = td.TypeDict({
'showXCanvas',
'showYCanvas',
'showZCanvas'],
'LightBoxOpts' : ['sliceSpacing',
'LightBoxOpts' : ['zax',
'sliceSpacing',
'zrange',
'ncols',
'nrows',
'zrange',
'showGridLines',
'highlightSlice',
'zax'],
'highlightSlice'],
# The order in which properties are listed
# here is the order in which they are applied.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment