mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-26 23:44:18 +02:00
Fix rendering bug on tile swap
This commit is contained in:
parent
aebc593635
commit
24705616c4
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ swap_tile(struct cg_tile *tile,
|
|||
view_maximize(swap_tile->view, swap_tile);
|
||||
view_damage_whole(swap_tile->view);
|
||||
} else {
|
||||
wlr_output_damage_add_box(tile->workspace->output->damage, &tile->tile);
|
||||
wlr_output_damage_add_box(tile->workspace->output->damage,
|
||||
&swap_tile->tile);
|
||||
}
|
||||
|
||||
seat_set_focus(server->seat, swap_tile->view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue