Commit a664ddeb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

menu: do not rerender all images when toggling keep_zoom_vp

This way, the current image settings are used when enabling keep_zoom_vp.
It used to reset the current image to default, which probably wasn't very
intuitive.
parent b5c909ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1327,7 +1327,6 @@ void feh_menu_cb(feh_menu * m, feh_menu_item * i, int action, unsigned short dat
				opt.keep_zoom_vp = 1;
			else
				opt.keep_zoom_vp = 0;
			winwidget_rerender_all(1);
			break;
	}
	return;