mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Make view_update_* update live props as well
This commit is contained in:
parent
47d56306c3
commit
9a9d9116be
2 changed files with 5 additions and 3 deletions
|
|
@ -283,9 +283,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
|
|||
if (view->swayc->instructions->length) {
|
||||
transaction_notify_view_ready_by_size(view,
|
||||
surface_state->width, surface_state->height);
|
||||
}
|
||||
|
||||
if (container_is_floating(view->swayc)) {
|
||||
} else if (container_is_floating(view->swayc)) {
|
||||
view_update_size(view, surface_state->width, surface_state->height);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue