Skip to content
Snippets Groups Projects
Commit e4b7bba8 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

fix compilation without poppler introduce in commit 17791 treat bg image/pdf

the same
parent e526522a
Branches
Tags
No related merge requests found
......@@ -387,8 +387,8 @@ void drawContext::drawBackgroundImage()
glTexCoord2f(0.0f, 0.0f); glVertex2i(viewport[2]-dw, viewport[3]);
glTexCoord2f(0.0f, 1.0f); glVertex2i(viewport[2]-dw, viewport[3]-dh);
glEnd();
}
#endif
}
else{
#if defined(HAVE_FLTK)
if(_bgImage.empty()){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment