summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
-rw-r--r--src/Fl_Graphics_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx
index 0ede40ad5..d246ea149 100644
--- a/src/Fl_Graphics_Driver.cxx
+++ b/src/Fl_Graphics_Driver.cxx
@@ -41,6 +41,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver()
m = m0;
fl_matrix = &m;
font_descriptor_ = NULL;
+ scale_ = 1;
};
/** Return the graphics driver used when drawing to the platform's display */