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

Fix --scale-down for both tiling mode and floating mode.

parent 3e9b5800
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,8 @@ void winwidget_render_image(winwidget winwid, int resize, int alias)
D(("scaling down image %dx%d\n", winwid->w, winwid->h));
feh_calc_needed_zoom(&(winwid->zoom), winwid->im_w, winwid->im_h, winwid->w, winwid->h);
if (resize)
winwidget_resize(winwid, winwid->im_w * winwid->zoom, winwid->im_h * winwid->zoom);
D(("after scaling down image %dx%d\n", winwid->w, winwid->h));
}
......
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