Skip to content

Commit fb6e904

Browse files
authored
WindowManager: Dont animate menu map (#2830)
1 parent 3c0c3fe commit fb6e904

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/WindowManager.vala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,14 +1351,6 @@ namespace Gala {
13511351
yield builder.run ();
13521352
break;
13531353

1354-
case Meta.WindowType.MENU:
1355-
case Meta.WindowType.DROPDOWN_MENU:
1356-
case Meta.WindowType.POPUP_MENU:
1357-
var builder = new TransitionBuilder (actor, AnimationDuration.MENU_MAP, EASE_OUT_QUAD);
1358-
builder.add_property_with_from ("opacity", 0U, 255U);
1359-
yield builder.run ();
1360-
break;
1361-
13621354
case Meta.WindowType.MODAL_DIALOG:
13631355
case Meta.WindowType.DIALOG:
13641356
dim_parent_window (window);

0 commit comments

Comments
 (0)