Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
tomwer
Commits
51741325
Commit
51741325
authored
Mar 25, 2022
by
payno
Committed by
Henri Payno
May 03, 2022
Browse files
NormIntensityWindow: fix, can be called twice
parent
cb49e2fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tomwer/gui/reconstruction/normalization/intensity.py
View file @
51741325
...
...
@@ -140,8 +140,9 @@ class NormIntensityWindow(qt.QMainWindow):
self
.
_optsWidget
.
setCurrentMethod
(
mode
)
def
stop
(
self
):
self
.
_centralWidget
.
stop
()
self
.
_centralWidget
=
None
if
self
.
_centralWidget
is
not
None
:
self
.
_centralWidget
.
stop
()
self
.
_centralWidget
=
None
def
getExtraArgs
(
self
)
->
dict
:
return
self
.
_optsWidget
.
getExtraInfos
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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