From d1abbae1b3f2384167669d9ae0728813cee6e73f Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Mon, 26 Jan 2026 13:17:48 +0300 Subject: [PATCH] Fixed position of popup menu from More button in profile top bar. --- Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp index 9fc34ecfe8..c50e8e0c7b 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_top_bar.cpp @@ -1962,7 +1962,7 @@ void TopBar::showTopBarMenu( _peerMenu->popup(_actionMore ? _actionMore->mapToGlobal( QPoint( - _actionMore->width(), + _actionMore->width() + _peerMenu->st().shadow.extend.right(), _actionMore->height() + st::infoProfileTopBarActionMenuSkip)) : QCursor::pos()); }