From 4e5082f6c640095d4b6a723b907a0da621fdb1dd Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 5 Jun 2025 09:06:18 +0400 Subject: [PATCH] Fix comments root view position. Fixes #29389. --- Telegram/SourceFiles/history/view/history_view_chat_section.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/view/history_view_chat_section.cpp b/Telegram/SourceFiles/history/view/history_view_chat_section.cpp index a66c10b819..c9421d8b25 100644 --- a/Telegram/SourceFiles/history/view/history_view_chat_section.cpp +++ b/Telegram/SourceFiles/history/view/history_view_chat_section.cpp @@ -306,7 +306,7 @@ ChatWidget::ChatWidget( _topBar->show(); if (_repliesRootView) { - _repliesRootView->move(0, _topBar->height()); + _repliesRootView->move(0, 0); } _topBar->deleteSelectionRequest(