From cf221f7f5fe4600383d7bdfa282417783effc487 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sun, 19 Jun 2016 17:21:37 +0300 Subject: [PATCH] Ticket #3655: the "Output lines" option has no effect. This bug was introduced in a8101d84037887121e5f1c32759a014af6aeaa6d. (layout_box): set up the output_lines value after close "Layout" dialog box. Signed-off-by: Andrew Borodin --- src/filemanager/layout.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/filemanager/layout.c b/src/filemanager/layout.c index 1a0212962..21687b37b 100644 --- a/src/filemanager/layout.c +++ b/src/filemanager/layout.c @@ -651,6 +651,8 @@ layout_box (void) for (i = 0; i < (size_t) LAYOUT_OPTIONS_COUNT; i++) if (check_options[i].widget != NULL) *check_options[i].variable = check_options[i].widget->state & C_BOOL; + + output_lines = _output_lines; } else { -- 2.11.4.GIT