gdk_window_draw_points() - make sure we use the offset points
This commit is contained in:
committed by
Alexander Larsson
parent
d74d94ce69
commit
afc81c9e64
@@ -3021,7 +3021,7 @@ gdk_window_draw_points (GdkDrawable *drawable,
|
||||
else
|
||||
{
|
||||
SETUP_DIRECT_GC_CLIP(gc);
|
||||
gdk_draw_points (private->impl, gc, points, npoints);
|
||||
gdk_draw_points (private->impl, gc, new_points, npoints);
|
||||
RESTORE_DIRECT_GC_CLIP(gc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user