Skip to content

Commit 506b932

Browse files
authored
Hide window actor when destroying it with reduce motion (#2572)
1 parent 2642214 commit 506b932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,7 @@ namespace Gala {
13981398
}
13991399

14001400
if (!Meta.Prefs.get_gnome_animations ()) {
1401+
actor.opacity = 0;
14011402
destroy_completed (actor);
14021403

14031404
if (window.window_type == Meta.WindowType.NORMAL) {

0 commit comments

Comments
 (0)