Index: source/blender/editors/space_outliner/outliner.c =================================================================== --- source/blender/editors/space_outliner/outliner.c (Revision 21874) +++ source/blender/editors/space_outliner/outliner.c (Arbeitskopie) @@ -4618,6 +4618,9 @@ if ((soops->flag & SO_HIDE_RESTRICTCOLS)==0) sizex += OL_TOGW*3; } + + /* tweak to display last line (when list bigger than window) */ + sizey+= V2D_SCROLL_HEIGHT; /* update size of tot-rect (extents of data/viewable area) */ UI_view2d_totRect_set(v2d, sizex, sizey);