From 16e383272828969392e542f4c8efeb04ba97c42c Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 22 Sep 2015 13:39:51 +0200 Subject: [PATCH] src/gui/update.cpp: Go back to the expert menu after backup Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dd1e02b6e4143fc9f5ba94e0ac843ec9dbe2c7c3 Author: Michael Liebmann Date: 2015-09-22 (Tue, 22 Sep 2015) --- 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(); }