From: John Darrington Date: Thu, 23 Apr 2009 05:41:21 +0000 (+0800) Subject: Fix GUI bug risizing columns. X-Git-Tag: sav-api~642 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=55bec659f5df26a7f6fe760925a4ca2aace740de Fix GUI bug risizing columns. Remove the clip rectangle after showing the cell border so that it doesn't interfere with other operations. --- diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index 47c429a055..b14ede1390 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -3102,6 +3102,8 @@ psppire_sheet_draw_border (PsppireSheet *sheet, PsppireSheetRange new_range) area.y, area.width, area.height); + + gdk_gc_set_clip_rectangle (sheet->xor_gc, NULL); }