mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
(cherry picked from commit 093a867e51
)
This commit is contained in:
parent
019ccc686d
commit
98d47b57bf
@ -259,6 +259,9 @@ gdk_window_impl_quartz_begin_paint_region (GdkPaintable *paintable,
|
||||
|
||||
gdk_region_get_rectangles (clipped_and_offset_region, &rects, &n_rects);
|
||||
|
||||
if (n_rects == 0)
|
||||
goto done;
|
||||
|
||||
if (bg_pixmap == NULL)
|
||||
{
|
||||
CGContextRef cg_context;
|
||||
|
Loading…
Reference in New Issue
Block a user