Skip to content

Commit b2e5e71

Browse files
committed
Hide window actor when destroying it with reduce motion
1 parent 162d718 commit b2e5e71

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
@@ -1407,6 +1407,7 @@ namespace Gala {
14071407
}
14081408

14091409
if (!Meta.Prefs.get_gnome_animations ()) {
1410+
actor.opacity = 0;
14101411
destroy_completed (actor);
14111412

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

0 commit comments

Comments
 (0)