mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Remove duplicate re-rendering:
This commit is contained in:
parent
73cd8eb0bb
commit
dfc3239ced
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ ssd_create(struct view *view, bool active)
|
||||||
ssd_enable_keybind_inhibit_indicator(ssd, view->inhibits_keybinds);
|
ssd_enable_keybind_inhibit_indicator(ssd, view->inhibits_keybinds);
|
||||||
ssd->state.geometry = view->current;
|
ssd->state.geometry = view->current;
|
||||||
|
|
||||||
ssd_titlebar_update(ssd);
|
|
||||||
return ssd;
|
return ssd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue