added dirchanger dmenu, dmenu search
This commit is contained in:
2
thumbs.c
2
thumbs.c
@ -442,7 +442,7 @@ void tns_render(tns_t *tns)
|
||||
t->x = x + (thumb_sizes[tns->zl] - t->w) / 2;
|
||||
t->y = y + (thumb_sizes[tns->zl] - t->h) / 2;
|
||||
imlib_context_set_image(t->im);
|
||||
imlib_render_image_on_drawable_at_size(t->x, t->y, t->w, t->h);
|
||||
render_core(win, 0, 0, t->w, t->h, t->x, t->y, t->w, t->h, false);
|
||||
if (tns->files[i].flags & FF_MARK)
|
||||
tns_mark(tns, i, true);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user