From dd1e02b6e4143fc9f5ba94e0ac843ec9dbe2c7c3 Mon Sep 17 00:00:00 2001 From: "M. Liebmann" Date: Tue, 22 Sep 2015 13:39:51 +0200 Subject: [PATCH] src/gui/update.cpp: Go back to the expert menu after backup --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 70ba3f9c9..7aff4a3f5 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -1081,7 +1081,7 @@ int CFlashExpertSetup::exec(CMenuTarget* parent, const std::string &actionKey) } cfe->createimage_other = 0; - return menu_return::RETURN_EXIT_ALL; + return menu_return::RETURN_REPAINT; } return showMenu(); }