From 55bec659f5df26a7f6fe760925a4ca2aace740de Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 23 Apr 2009 13:41:21 +0800 Subject: [PATCH] Fix GUI bug risizing columns. Remove the clip rectangle after showing the cell border so that it doesn't interfere with other operations. --- lib/gtk-contrib/psppire-sheet.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.30.2