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
XRD
darfix
Commits
868c1226
Commit
868c1226
authored
Aug 18, 2021
by
Julia Garriga Ferrer
Browse files
[gui][shift] Keep filter by dimension after applying shift
parent
c83d3b0d
Pipeline
#52881
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
darfix/gui/shiftCorrectionWidget.py
View file @
868c1226
...
...
@@ -209,8 +209,6 @@ class ShiftCorrectionWidget(qt.QMainWindow):
if
self
.
thread_correction
.
data
:
self
.
_update_dataset
=
self
.
thread_correction
.
data
assert
self
.
_update_dataset
is
not
None
if
self
.
_inputDock
.
widget
.
checkbox
.
isChecked
():
self
.
_chooseDimensionDock
.
widget
.
_checkbox
.
setChecked
(
False
)
self
.
setStack
(
self
.
_update_dataset
)
else
:
print
(
"
\n
Correction aborted"
)
...
...
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