diff --git a/Telegram/SourceFiles/window/notifications_manager_default.cpp b/Telegram/SourceFiles/window/notifications_manager_default.cpp index 069fea089f..7cc8fd80a4 100644 --- a/Telegram/SourceFiles/window/notifications_manager_default.cpp +++ b/Telegram/SourceFiles/window/notifications_manager_default.cpp @@ -676,7 +676,7 @@ void Notification::updateNotifyDisplay() { if (_author) { itemTextCache.setText(st::dialogsTextStyle, _author->name); p.setPen(st::dialogsTextFgService); - itemTextCache.drawElided(p, r.left(), r.top(), r.width(), st::dialogsTextFont->height); + itemTextCache.drawElided(p, r.left(), r.top(), r.width()); r.setTop(r.top() + st::dialogsTextFont->height); } p.setPen(st::dialogsTextFg);