diff options
Diffstat (limited to 'Bootstrap.cxx')
-rw-r--r-- | Bootstrap.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bootstrap.cxx b/Bootstrap.cxx index e6b07ef..f86b0ae 100644 --- a/Bootstrap.cxx +++ b/Bootstrap.cxx @@ -203,8 +203,9 @@ void Bootstrap::setHeading(int heading) { if (heading == htmlHeading) return; htmlHeading = heading; - bsHeadingFont.setPointSizeF(headingFontSize()); emit headingChanged(); + bsHeadingFont.setPointSizeF(headingFontSize()); + emit headingFontChanged(); } QFont Bootstrap::headingFont() const |