mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix glitches in search results.
This commit is contained in:
@@ -778,6 +778,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
: _peerSearchSelected));
|
||||
paintPeerSearchResult(p, result.get(), {
|
||||
.st = &st::defaultDialogRow,
|
||||
.currentBg = currentBg(),
|
||||
.now = ms,
|
||||
.width = fullWidth,
|
||||
.active = active,
|
||||
@@ -792,6 +793,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
if (_searchInChat || _searchFromPeer) {
|
||||
paintSearchInChat(p, {
|
||||
.st = &st::forumTopicRow,
|
||||
.currentBg = currentBg(),
|
||||
.now = ms,
|
||||
.width = fullWidth,
|
||||
.paused = videoPaused,
|
||||
@@ -848,6 +850,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
.st = _st,
|
||||
.folder = _openedFolder,
|
||||
.forum = _openedForum,
|
||||
.currentBg = currentBg(),
|
||||
.filter = _filterId,
|
||||
.now = ms,
|
||||
.width = fullWidth,
|
||||
|
Reference in New Issue
Block a user