gui/scan_setup.cpp: add flag to ignore manual scan params update, while scan menu active

Origin commit data
------------------
Commit: 9412f3a041
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
This commit is contained in:
[CST] Focus
2013-06-10 15:07:19 +04:00
parent 9201422a11
commit f194783ebd
2 changed files with 8 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
bool allow_start;
/* flag to re-init frontends */
bool fe_restart;
/* flag to skip manual params update while in menu */
bool in_menu;
bool is_wizard;