From: John Darrington Date: Thu, 23 Apr 2009 05:41:21 +0000 (+0800) Subject: Fix GUI bug risizing columns. X-Git-Tag: v0.7.3~140 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;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 47c429a0..b14ede13 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); }