mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Ensure clip region valid before using it for emulating graphics exposures
If there is a drawable clip on it we don't want to use that.
This commit is contained in:
parent
294e222fa8
commit
4adcb39f86
@ -3781,6 +3781,7 @@ gdk_window_draw_drawable (GdkDrawable *drawable,
|
||||
clip = private->clip_region;
|
||||
gdk_region_intersect (exposure_region, clip);
|
||||
|
||||
_gdk_gc_remove_drawable_clip (gc);
|
||||
clip = _gdk_gc_get_clip_region (gc);
|
||||
if (clip)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user