From 3facc8725c6b6330df016ec98636058192cf91f3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 13 Sep 2020 21:59:09 +0200 Subject: Clear thumbnails when navigating to another page, temporary revert font size because of rendering bug --- src/Body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index b4ab917..0f47a2b 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -175,7 +175,7 @@ namespace QuickMedia { if(body_item->title_text) body_item->title_text->setString(body_item->get_title()); else - body_item->title_text = std::make_unique(body_item->get_title(), bold_font, 16, size.x - 50 - image_padding_x * 2.0f); + body_item->title_text = std::make_unique(body_item->get_title(), font, 14, size.x - 50 - image_padding_x * 2.0f); //body_item->title_text->updateGeometry(); // TODO: Call this to make getHeight work on first frame (called below) } -- cgit v1.2.3