mirror of https://github.com/procxx/kepka.git
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);
|
setOrigin(origin);
|
||||||
_menu->setShowSource(source);
|
_menu->setShowSource(source);
|
||||||
|
|
||||||
|
startShowAnimation();
|
||||||
|
|
||||||
psUpdateOverlayed(this);
|
psUpdateOverlayed(this);
|
||||||
show();
|
show();
|
||||||
psShowOverAll(this);
|
psShowOverAll(this);
|
||||||
windowHandle()->requestActivate();
|
windowHandle()->requestActivate();
|
||||||
activateWindow();
|
activateWindow();
|
||||||
|
|
||||||
startShowAnimation();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PopupMenu::~PopupMenu() {
|
PopupMenu::~PopupMenu() {
|
||||||
|
|
Loading…
Reference in New Issue