This commit is contained in:
Ashley Wulber 2022-01-14 18:27:36 -05:00
parent eefe17e3c6
commit 0b5f6b8386
6 changed files with 11 additions and 17 deletions

View file

@ -175,6 +175,8 @@ impl Window {
)
.expect("failed to configure window...");
conn.flush().expect("failed to flush");
// fix (dock:294469): Gdk-CRITICAL **: 19:19:25.652: gdk_surface_request_layout: assertion 'frame_clock' failed
s.request_layout();
}
});