Speed up rendering of columns in sheet.
[pspp] / src / ui / gui / pspp-sheet-view.c
index fe705048bb3052479a068fe10df2a075deb95fff..13f05ebf4f1e31ce0f58db41bd7192ea6c0908ae 100644 (file)
@@ -2113,6 +2113,8 @@ pspp_sheet_view_size_allocate (GtkWidget     *widget,
        }
       update_childrens_allocation(tree_view);
     }
+
+  tree_view->priv->resized = TRUE;
 }
 
 /* Grabs the focus and unsets the PSPP_SHEET_VIEW_DRAW_KEYFOCUS flag */