summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-05-28 07:36:06 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-05-28 07:36:06 +0000
commitdeeb7b9d0523ebe9ea718737f1ff9d65bb4f8242 (patch)
tree4e4aab76e10e7f06ba79ab4bfa6d3aebe59e573d /src/inkscape-application.cpp
parentFix align-to of text objects (diff)
downloadinkscape-deeb7b9d0523ebe9ea718737f1ff9d65bb4f8242.tar.gz
inkscape-deeb7b9d0523ebe9ea718737f1ff9d65bb4f8242.zip
Set default PDF page to 1 (PDF's don't have page 0).
Diffstat (limited to 'src/inkscape-application.cpp')
-rw-r--r--src/inkscape-application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp
index 3b034b06b..70a27e1fd 100644
--- a/src/inkscape-application.cpp
+++ b/src/inkscape-application.cpp
@@ -66,7 +66,7 @@ InkscapeApplication::InkscapeApplication()
, _active_document(nullptr)
, _active_selection(nullptr)
, _active_view(nullptr)
- , _pdf_page(0)
+ , _pdf_page(1)
, _pdf_poppler(false)
{}