mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-27 07:52:09 +00:00
Fixed position of popup menu from More button in profile top bar.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user