Fixed position of popup menu from More button in profile top bar.

This commit is contained in:
23rd
2026-01-26 13:17:48 +03:00
parent ebc2190779
commit d1abbae1b3
@@ -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());
}