mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-19 06:26:55 +00:00
Closed beta 10019004: improved new dropdown animation on macOS.
This commit is contained in:
parent
1310b156dc
commit
27ff8d4bf5
@ -455,13 +455,13 @@ void PopupMenu::showMenu(const QPoint &p, PopupMenu *parent, TriggeredSource sou
|
||||
setOrigin(origin);
|
||||
_menu->setShowSource(source);
|
||||
|
||||
startShowAnimation();
|
||||
|
||||
psUpdateOverlayed(this);
|
||||
show();
|
||||
psShowOverAll(this);
|
||||
windowHandle()->requestActivate();
|
||||
activateWindow();
|
||||
|
||||
startShowAnimation();
|
||||
}
|
||||
|
||||
PopupMenu::~PopupMenu() {
|
||||
|
Loading…
Reference in New Issue
Block a user