make opening rendered image an optional op ( ref #3374)
This commit is contained in:
parent
49b23622db
commit
9833bfb9ad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ int main (int argc,char** argv)
|
||||||
namespace po = boost::program_options;
|
namespace po = boost::program_options;
|
||||||
|
|
||||||
bool verbose = false;
|
bool verbose = false;
|
||||||
bool auto_open = true;
|
bool auto_open = false;
|
||||||
int return_value = 0;
|
int return_value = 0;
|
||||||
std::string xml_file;
|
std::string xml_file;
|
||||||
std::string img_file;
|
std::string img_file;
|
||||||
|
|
Loading…
Reference in a new issue