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

keyevents.c: caption entry: Only pause slideshow if slideshow_delay is set

parent 3b3d64ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -645,6 +645,7 @@ void feh_event_handle_keypress(XEvent * ev)
			 * editing captions in slideshow mode does not make any sense
			 * at all; this is just in case someone accidentally does it...
			 */
			if (opt.slideshow_delay)
				opt.paused = 1;
			winwid->caption_entry = 1;
		}