diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp
index 98391b4d137dd3dbb719b1d067c2b81b4b0f46db..017e98a4efbc7e81a235e2ab947186015f973e5d 100644
--- a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp
+++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp
@@ -193,7 +193,7 @@ void VisualizationWidget::screenshot(QString filename, int magnification)
     windowToImageFilter->SetInput(vtkWidget->GetRenderWindow());
     // Set the resolution of the output image
     // magnification times the current resolution of vtk render window
-    windowToImageFilter->SetMagnification(magnification);
+    windowToImageFilter->SetScale(magnification);
     // Also record the alpha (transparency) channel
     windowToImageFilter->SetInputBufferTypeToRGBA();
     windowToImageFilter->Update();