forked from AuroraMiddleware/gtk
Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
This commit is contained in:
parent
9f5f47f8be
commit
093a867e51
@ -252,6 +252,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