Loading openglcanvas.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ void OpenGLCanvas::initializeGL(){ #endif // MSC_VER read_config_file(); compute_scale(); // If the input file does not exist or was not specified. struct stat testbuf; if(stat(input_image_file,&testbuf)||!strcmp(input_image_file,"")){ Loading Loading
openglcanvas.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ void OpenGLCanvas::initializeGL(){ #endif // MSC_VER read_config_file(); compute_scale(); // If the input file does not exist or was not specified. struct stat testbuf; if(stat(input_image_file,&testbuf)||!strcmp(input_image_file,"")){ Loading