From 9d467633d0f1cf754a1169a0f687bb3cd57a7406 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 27 May 2013 20:02:50 +0200 Subject: [PATCH] Temporarily remove optimisation in expose callback. I think this will be easier to manager after everything has been ported --- src/ui/gui/pspp-sheet-view.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/gui/pspp-sheet-view.c b/src/ui/gui/pspp-sheet-view.c index c00f4eb35a..6b64bab712 100644 --- a/src/ui/gui/pspp-sheet-view.c +++ b/src/ui/gui/pspp-sheet-view.c @@ -4090,11 +4090,13 @@ pspp_sheet_view_bin_expose (GtkWidget *widget, cell_area.height -= grid_line_width; } +#if GTK3_TRANSITION if (gdk_region_rect_in (event->region, &background_area) == GDK_OVERLAP_RECTANGLE_OUT) { cell_offset += column->width; continue; } +#endif pspp_sheet_view_column_cell_set_cell_data (column, tree_view->priv->model, -- 2.30.2