mirror of
https://github.com/labwc/labwc.git
synced 2026-06-14 14:33:17 -04:00
[RFC] attempt at solving #3616
- Untested - Can't reproduce issues, so not sure it fixes it either
This commit is contained in:
parent
579e532908
commit
922c4bba2b
4 changed files with 5 additions and 5 deletions
|
|
@ -800,7 +800,7 @@ handle_map(struct wl_listener *listener, void *data)
|
|||
* layout changes that could have occurred between
|
||||
* ensure_initial_geometry_and_output() and map.
|
||||
*/
|
||||
view_adjust_for_layout_change(view);
|
||||
view_adjust_for_layout_change(view, /* force */ true);
|
||||
/*
|
||||
* When mapping the view for the first time, visual
|
||||
* artifacts are reduced if we display it immediately at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue