summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-15 14:37:10 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-15 14:37:10 +0800
commit43e5682c896a1b4f7ffb2ffa2b702c9edcfe1560 (patch)
treee6c47a5b1d9ddf953b947292f97d42b2af914a0f
parent4b4f6220c1c223febb338c68a95e5e5791fecbca (diff)
Heading font size is set, so signal is emitted
-rw-r--r--Bootstrap.cxx3
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