From 22dc134db3f4029158277c2445a0daec30d240f2 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Mon, 30 May 2016 21:32:01 -0400 Subject: [PATCH] show file on 'no' action --- 4ed_file_view.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/4ed_file_view.cpp b/4ed_file_view.cpp index 6a5e55de..f7fd5d17 100644 --- a/4ed_file_view.cpp +++ b/4ed_file_view.cpp @@ -3251,6 +3251,7 @@ interactive_view_complete(System_Functions *system, View *view, String dest, i32 break; case 1: + view_show_file(view); break; case 2: @@ -3267,6 +3268,7 @@ interactive_view_complete(System_Functions *system, View *view, String dest, i32 break; case 1: + view_show_file(view); break; case 2: