Nedko Arnaudov 2023-11-26 04:12:01 +02:00
parent 264af18cc3
commit d254673127
1 changed files with 0 additions and 2 deletions

View File

@ -3111,8 +3111,6 @@ paint (GnomeCanvas *canvas)
visible_rect.x1 = visible_rect.x0 + GTK_WIDGET (canvas)->allocation.width;
visible_rect.y1 = visible_rect.y0 + GTK_WIDGET (canvas)->allocation.height;
region = gdk_region_new ();
for (i = 0; i < n_rects; i++) {
ArtIRect clipped;