mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed last commit
This commit is contained in:
parent
fa049cf420
commit
552e4c957a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ ChatWidgetView::paintEvent(QPaintEvent *)
|
|||
|
||||
auto messages = c->getMessagesClone();
|
||||
|
||||
int y = m_scrollbar.star;
|
||||
int y = 0;
|
||||
|
||||
for (std::shared_ptr<Message> const &message : messages) {
|
||||
for (WordPart const &wordPart : message.get()->wordParts()) {
|
||||
|
|
Loading…
Reference in a new issue