From: John Darrington Date: Mon, 27 May 2013 18:02:50 +0000 (+0200) Subject: Temporarily remove optimisation in expose callback. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d467633d0f1cf754a1169a0f687bb3cd57a7406;p=pspp Temporarily remove optimisation in expose callback. I think this will be easier to manager after everything has been ported --- 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,