From 9bf163d51a252fb5a611e88c2e0b4123a98169e1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Oct 2020 09:40:10 +0200 Subject: Matrix: show reply messages embedded in messages that reply to them, like element does --- include/Text.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Text.hpp') diff --git a/include/Text.hpp b/include/Text.hpp index 7e9dda2..a71bc8e 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -141,6 +141,7 @@ namespace QuickMedia bool editable; CaretMoveDirection caretMoveDirection; sf::FloatRect boundingBox; + int num_lines; float lineSpacing; float characterSpacing; std::vector textElements; -- cgit v1.2.3