Skip to content

icontheme: Don't try to scale pixbufs to 0px

Felix Riemann requested to merge (removed):cherry-pick-6769db16 into gtk-3-24

Always insist on at least 1px, even if the thumbnail we're turning into an icon was 256 * 3 and should be scaled to 32 * 3/8.

(cherry picked from commit 6769db16)

Fixes #119 (closed).

Merge request reports