mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
view: update title width when resizing view
This commit is contained in:
parent
a6eb29ad33
commit
0aee42473b
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ void
|
||||||
view_move_resize(struct view *view, struct wlr_box geo)
|
view_move_resize(struct view *view, struct wlr_box geo)
|
||||||
{
|
{
|
||||||
view->impl->configure(view, geo);
|
view->impl->configure(view, geo);
|
||||||
|
ssd_update_title(view);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue