mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
sway: redraw container after the sticky command is executed
This commit is contained in:
parent
62c1fdc4bf
commit
9382e5b757
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ struct cmd_results *cmd_sticky(int argc, char **argv) {
|
|||
workspace_consider_destroy(old_workspace);
|
||||
}
|
||||
}
|
||||
container_update_representation(container);
|
||||
container_damage_whole(container);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue