Skip to content

Use gtk_widget_queue_draw to display thumbnails faster

Krifa75 requested to merge Ordissimo/eog:draw-thumbnails into master

In case where the folder to open contains a large number of images and we scroll they are some lag and is slow.

I got inspired from evince which use gtk_widget_queue_draw to draw the thumbnails.

I created a signal to do it for avoiding too much change in the code. I let the link of the issue in comment here if you are interested

Thanks

Merge request reports