Commit 303bb4f7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Merge branch 'fix-toggle-fixed-geometry' of https://github.com/ulteq/feh into...

Merge branch 'fix-toggle-fixed-geometry' of https://github.com/ulteq/feh into ulteq-fix-toggle-fixed-geometry
parents 5a1664b0 b6e1da78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -774,6 +774,7 @@ void feh_event_handle_generic(winwidget winwid, unsigned int state, KeySym keysy
			opt.geom_w = winwid->w;
			opt.geom_h = winwid->h;
		}
		winwidget_render_image(winwid, 1, 0);
	}
	return;
}