use actions for raising
This commit is contained in:
parent
54b8eb3bf3
commit
411cc1d1d9
1 changed files with 1 additions and 1 deletions
|
@ -2289,7 +2289,7 @@ void client_set_desktop_recursive(ObClient *self,
|
||||||
client_showhide(self);
|
client_showhide(self);
|
||||||
/* raise if it was not already on the desktop */
|
/* raise if it was not already on the desktop */
|
||||||
if (old != DESKTOP_ALL)
|
if (old != DESKTOP_ALL)
|
||||||
stacking_raise(CLIENT_AS_WINDOW(self));
|
action_run_string("Raise", self);
|
||||||
screen_update_areas();
|
screen_update_areas();
|
||||||
|
|
||||||
/* add to the new desktop(s) */
|
/* add to the new desktop(s) */
|
||||||
|
|
Loading…
Reference in a new issue