aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Style.cxx')
-rw-r--r--src/Style.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Style.cxx b/src/Style.cxx
index bf065b6e8..ce1f0908e 100644
--- a/src/Style.cxx
+++ b/src/Style.cxx
@@ -54,13 +54,13 @@ void FontMeasurements::Clear() {
sizeZoomed = 2;
}
-Style::Style() {
+Style::Style() : FontSpecification() {
Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),
Platform::DefaultFontSize(), 0, SC_CHARSET_DEFAULT,
false, false, false, false, caseMixed, true, true, false);
}
-Style::Style(const Style &source) {
+Style::Style(const Style &source) : FontSpecification(), FontMeasurements() {
Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),
0, 0, 0,
false, false, false, false, caseMixed, true, true, false);