Temporarily remove optimisation in expose callback.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 27 May 2013 18:02:50 +0000 (20:02 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 14:04:45 +0000 (16:04 +0200)
I think this will be easier to manager after everything has been ported

src/ui/gui/pspp-sheet-view.c

index c00f4eb35ae6784fb364488fe61a601284587627..6b64bab7129806203cf69b49f72f54d00e19def0 100644 (file)
@@ -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,