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
XRD
darfix
Commits
549ee07d
Commit
549ee07d
authored
Jul 06, 2021
by
Julia Garriga Ferrer
Browse files
[orangecontrib][shift] Get dataset from widget and not dialog
parent
be243258
Pipeline
#49942
passed with stage
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
orangecontrib/darfix/widgets/shiftcorrection.py
View file @
549ee07d
...
...
@@ -86,6 +86,6 @@ class ShiftCorrectionWidgetOW(OWWidget):
Function to emit the new dataset.
"""
self
.
shift
=
self
.
_widget
.
shift
self
.
Outputs
.
dataset
.
send
(
self
.
_widget
.
getDataset
())
self
.
Outputs
.
colormap
.
send
(
self
.
_widget
.
getStackViewColormap
())
self
.
Outputs
.
dataset
.
send
(
self
.
_widget
.
mainWindow
.
getDataset
())
self
.
Outputs
.
colormap
.
send
(
self
.
_widget
.
mainWindow
.
getStackViewColormap
())
self
.
close
()
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