mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 01:54:45 +08:00
BUG: Fix save to stack so it saves filtered image
This commit is contained in:
@@ -74,7 +74,7 @@ class SaveButtons(BaseWidget):
|
||||
self.layout.addWidget(self.save_file)
|
||||
|
||||
def save_to_stack(self):
|
||||
image = self.plugin.image_viewer.image.copy()
|
||||
image = self.plugin.filtered_image.copy()
|
||||
io.push(image)
|
||||
|
||||
msg = dedent('''\
|
||||
|
||||
Reference in New Issue
Block a user