diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 568bf7cf4..2b6ee78cd 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -2304,7 +2304,7 @@ e_border_shade(E_Border *bd, e_hints_window_shaded_set(bd, 1); e_hints_window_shade_direction_set(bd, dir); - if (e_config->border_shade_animate) + if (e_config->border_shade_animate && (!bd->new_client)) { bd->shade.start = ecore_loop_time_get(); bd->shading = 1;