From 43e5682c896a1b4f7ffb2ffa2b702c9edcfe1560 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 15 Apr 2023 14:37:10 +0800 Subject: Heading font size is set, so signal is emitted --- Bootstrap.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.3