Skip to content
Snippets Groups Projects
Commit 2981f325 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix transparency in thumbnail mode

parent e7bfb811
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ init_thumbnail_mode(void)
index_image_width = td.w;
index_image_height = td.h + title_area_h;
td.im_main = imlib_create_image(index_image_width, index_image_height);
gib_imlib_image_set_has_alpha(td.im_main, 1);
if (!td.im_main)
eprintf("Imlib error creating index image, are you low on RAM?");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment