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

This commit is contained in:
[CST] Focus
2013-06-10 15:07:19 +04:00
parent 642aea2c7d
commit 9412f3a041
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;