X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fpsppire-sheet.c;h=47c429a0555c3f277808c6dbd537ed3e5709683f;hb=9b0d0bed9b0f412adebe9a8a97ef1f8f619dbd16;hp=b88b659e471bba93a402b4199193ab3287516be2;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e;p=pspp-builds.git diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index b88b659e..47c429a0 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -3086,6 +3086,8 @@ psppire_sheet_draw_border (PsppireSheet *sheet, PsppireSheetRange new_range) rectangle_from_range (sheet, &new_range, &area); + area.width ++; + area.height ++; gdk_gc_set_clip_rectangle (sheet->xor_gc, &area);