Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -645,7 +645,8 @@ 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...
*/
opt.paused = 1;
if (opt.slideshow_delay)
opt.paused = 1;
winwid->caption_entry = 1;
}
winwidget_render_image(winwid, 0, 0);
......
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