BUG: Fix save to stack so it saves filtered image

This commit is contained in:
Tony S Yu
2012-12-19 14:07:42 -05:00
parent 0e08acd7c9
commit 06a8e7af85
+1 -1
View File
@@ -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('''\