Remove expose optimisation which is moot in Gtk3
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 27 May 2013 20:04:40 +0000 (22:04 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 14:04:52 +0000 (16:04 +0200)
src/ui/gui/pspp-sheet-view.c

index 955b8f42d6eef87c27f193ace313ddfbf23db7c6..6144237a586b97cd22fb5fa94e07be4a7646f927 100644 (file)
@@ -3868,9 +3868,11 @@ pspp_sheet_view_bin_expose (GtkWidget      *widget,
       return TRUE;
     }
 
+#if GTK3_TRANSITION
   /* clip event->area to the visible area */
   if (event->area.height < 0.5)
     return TRUE;
+#endif
 
   validate_visible_area (tree_view);