We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0c3fe commit fb6e904Copy full SHA for fb6e904
1 file changed
src/WindowManager.vala
@@ -1351,14 +1351,6 @@ namespace Gala {
1351
yield builder.run ();
1352
break;
1353
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
-
1362
case Meta.WindowType.MODAL_DIALOG:
1363
case Meta.WindowType.DIALOG:
1364
dim_parent_window (window);
0 commit comments