Invalidate on init to reset GTK spacing.

This commit is contained in:
Brandon Wright 2018-10-22 15:06:12 -05:00
parent a48cbf72da
commit 1b6690b1fe
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ bool wlgl_helper::create_egl_context (int width, int height)
}
wl_surface_set_buffer_scale (child, scale);
gdk_window_invalidate_rect (gdk_window, NULL, FALSE);
return true;
}