[#20881] Minor UI bug in outliner - groups view

This commit is contained in:
Campbell Barton
2010-01-30 02:29:22 +00:00
parent ada9ca9687
commit 11ea90933c

View File

@@ -4356,6 +4356,11 @@ static void outliner_draw_iconrow(bContext *C, uiBlock *block, Scene *scene, Spa
int active;
for(te= lb->first; te; te= te->next) {
/* exit drawing early */
if((*offsx) - OL_X > xmax)
break;
tselem= TREESTORE(te);
/* object hierarchy always, further constrained on level */