- bugfix for icon listview where the icons would only wrap once

- also quiet some clang warnings
This commit is contained in:
2011-07-26 19:47:56 +00:00
parent 3e81de486a
commit a460299b08
4 changed files with 9 additions and 11 deletions

View File

@@ -1615,7 +1615,7 @@ static void ui_litem_layout_row(uiLayout *litem)
int x, y, w, tot, totw, neww, itemw, minw, itemh, offset;
int fixedw, freew, fixedx, freex, flag= 0, lastw= 0;
x= litem->x;
/* x= litem->x; */ /* UNUSED */
y= litem->y;
w= litem->w;
totw= 0;