mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
backgroundMenu: Animate menu opening
The animation was removed in commit6a00a504d4for consistency with other menus. However commita9b12d5d73then *added* animations to those just four minutes later. So add back the original animations for consistency, both with menu closing and with other menus. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1595
This commit is contained in:
parent
c2904fa14d
commit
60e386048b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function addBackgroundMenu(actor, layoutManager) {
|
|||
|
||||
function openMenu(x, y) {
|
||||
Main.layoutManager.setDummyCursorGeometry(x, y, 0, 0);
|
||||
actor._backgroundMenu.open(BoxPointer.PopupAnimation.NONE);
|
||||
actor._backgroundMenu.open(BoxPointer.PopupAnimation.FULL);
|
||||
}
|
||||
|
||||
let clickAction = new Clutter.ClickAction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue