diff options
| author | mathog <> | 2015-02-09 20:24:14 +0000 |
|---|---|---|
| committer | mathog <> | 2015-02-09 20:24:14 +0000 |
| commit | 265ab5dab1c7dbcaf1cb89bbe4e1b38ee1abb283 (patch) | |
| tree | 834f2ddc5fbc90d544c867f6f9592d31c2f0e193 /src/extension/internal/wmf-inout.cpp | |
| parent | restore original behavior of 'Resize Page to Selection' for the special case ... (diff) | |
| download | inkscape-265ab5dab1c7dbcaf1cb89bbe4e1b38ee1abb283.tar.gz inkscape-265ab5dab1c7dbcaf1cb89bbe4e1b38ee1abb283.zip | |
fix for bug 1405292
(bzr r13913)
Diffstat (limited to 'src/extension/internal/wmf-inout.cpp')
| -rw-r--r-- | src/extension/internal/wmf-inout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/wmf-inout.cpp b/src/extension/internal/wmf-inout.cpp index 72c1c8bd3..2b0e00084 100644 --- a/src/extension/internal/wmf-inout.cpp +++ b/src/extension/internal/wmf-inout.cpp @@ -3113,7 +3113,7 @@ Wmf::open( Inkscape::Extension::Input * /*mod*/, const gchar *uri ) d.tri = trinfo_release_except_FC(d.tri); - setViewBoxIfMissing(doc); + // in earlier versions no viewbox was generated and a call to setViewBoxIfMissing() was needed here. return doc; } |
