forked from bartvdbraak/blender
== filebrowser ==
* compile fix on non-Windows platforms.
This commit is contained in:
parent
63f131803c
commit
25bd3feeb5
@ -561,16 +561,16 @@ void file_draw_list(const bContext *C, ARegion *ar)
|
|||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
/* rwx rwx rwx */
|
/* rwx rwx rwx */
|
||||||
file_draw_string(spos, sy, file->mode1, layout->column_widths[COLUMN_MODE1], layout->tile_h, align);
|
file_draw_string(sx, sy, file->mode1, layout->column_widths[COLUMN_MODE1], layout->tile_h, align);
|
||||||
sx += layout->column_widths[COLUMN_MODE1] + 12;
|
sx += layout->column_widths[COLUMN_MODE1] + 12;
|
||||||
|
|
||||||
file_draw_string(spos, sy, file->mode2, layout->column_widths[COLUMN_MODE2], layout->tile_h, align);
|
file_draw_string(sx, sy, file->mode2, layout->column_widths[COLUMN_MODE2], layout->tile_h, align);
|
||||||
sx += layout->column_widths[COLUMN_MODE2] + 12;
|
sx += layout->column_widths[COLUMN_MODE2] + 12;
|
||||||
|
|
||||||
file_draw_string(spos, sy, file->mode3, layout->column_widths[COLUMN_MODE3], layout->tile_h, align);
|
file_draw_string(sx, sy, file->mode3, layout->column_widths[COLUMN_MODE3], layout->tile_h, align);
|
||||||
sx += layout->column_widths[COLUMN_MODE3] + 12;
|
sx += layout->column_widths[COLUMN_MODE3] + 12;
|
||||||
|
|
||||||
file_draw_string(spos, sy, file->owner, layout->column_widths[COLUMN_OWNER] , layout->tile_h, align);
|
file_draw_string(sx, sy, file->owner, layout->column_widths[COLUMN_OWNER] , layout->tile_h, align);
|
||||||
sx += layout->column_widths[COLUMN_OWNER] + 12;
|
sx += layout->column_widths[COLUMN_OWNER] + 12;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user