Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ying-Qiu Zheng
fsleyes
Commits
ee8e1173
Commit
ee8e1173
authored
Feb 20, 2020
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/0.32.1' into 'v0.32'
BF: fix to delinting See merge request fsl/fsleyes/fsleyes!182
parents
391006d2
71fd2f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsleyes/editor/editor.py
View file @
ee8e1173
...
...
@@ -189,7 +189,7 @@ class Editor(actions.ActionProvider):
image
=
self
.
__image
sel
=
self
.
__selection
.
getSelection
()
inverted
=
np
.
array
(
sel
ection
==
0
,
dtype
=
np
.
uint8
)
inverted
=
np
.
array
(
sel
==
0
,
dtype
=
np
.
uint8
)
change
=
SelectionChange
(
image
,
(
0
,
0
,
0
),
sel
,
inverted
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment