From 552e4c957a9b25d3053df48575dfed145671bdc2 Mon Sep 17 00:00:00 2001 From: fourtf Date: Wed, 18 Jan 2017 01:06:25 +0100 Subject: [PATCH] fixed last commit --- chatwidgetview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatwidgetview.cpp b/chatwidgetview.cpp index cb3a55726..5639f3e07 100644 --- a/chatwidgetview.cpp +++ b/chatwidgetview.cpp @@ -98,7 +98,7 @@ ChatWidgetView::paintEvent(QPaintEvent *) auto messages = c->getMessagesClone(); - int y = m_scrollbar.star; + int y = 0; for (std::shared_ptr const &message : messages) { for (WordPart const &wordPart : message.get()->wordParts()) {