summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_PS_Printer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_PS_Printer.cxx b/src/Fl_PS_Printer.cxx
index 57bfe7336..347c40644 100644
--- a/src/Fl_PS_Printer.cxx
+++ b/src/Fl_PS_Printer.cxx
@@ -45,6 +45,7 @@ Fl_PSfile_Device::Fl_PSfile_Device(void)
mask = 0;
ps_filename_ = NULL;
type_ = postscript_device;
+ scale_x = scale_y = 1.;
#ifdef __APPLE__
gc = fl_gc; // the display context is used by fl_text_extents()
#endif