Bring helper windows when following a window.
This commit is contained in:
parent
1970e3c3a8
commit
6a35e7c594
1 changed files with 6 additions and 1 deletions
|
@ -144,7 +144,12 @@ static gboolean run_func(ObActionsData *data, gpointer options)
|
|||
go = o->follow;
|
||||
}
|
||||
|
||||
if (go) screen_set_desktop(d, TRUE);
|
||||
if (go) {
|
||||
screen_set_desktop(d, TRUE);
|
||||
if (data->client)
|
||||
client_bring_helper_windows(data->client);
|
||||
}
|
||||
|
||||
actions_client_move(data, FALSE);
|
||||
}
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue