From: Johan Malm Date: Sun, 22 Aug 2021 13:35:34 +0000 (+0100) Subject: view: update title width when resizing view X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=0aee42473bdc11003c9a26f084c99634f3188442;p=proto%2Flabwc.git view: update title width when resizing view --- diff --git a/src/view.c b/src/view.c index 6cd8e691..8af77778 100644 --- a/src/view.c +++ b/src/view.c @@ -7,6 +7,7 @@ void view_move_resize(struct view *view, struct wlr_box geo) { view->impl->configure(view, geo); + ssd_update_title(view); } void