e17: raise border in window_desk_move_by action

SVN revision: 57703
This commit is contained in:
Hannes Janetzek 2011-03-12 15:09:49 +00:00
parent ca72bdc928
commit abb627d2b4
1 changed files with 2 additions and 0 deletions

View File

@ -1192,6 +1192,8 @@ ACT_FN_GO(window_desk_move_by, )
e_zone_desk_flip_by(bd->zone, to_x - dx, to_y - dy);
/* send the border to the required desktop. */
e_border_desk_set(bd, desk);
if (!bd->lock_user_stacking)
e_border_raise(bd);
e_border_focus_set(bd, 1, 1);
}
}