]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Load hyperref with a suitable driver
[features.git] / src / Buffer.cpp
index 09dfff970147ff3cbeaa23a025c3bfffbc23b3f3..867c4c56504717c3c282e46fa4d027d8da3b68b8 100644 (file)
@@ -4267,6 +4267,7 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
                        return ExportNoPathToFormat;
                }
                runparams.flavor = converters.getFlavor(path, this);
+               runparams.hyperref_driver = converters.getHyperrefDriver(path);
                for (auto const & edge : path)
                        if (theConverters().get(edge).nice()) {
                                need_nice_file = true;