diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:18:17 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:18:17 +0000 |
commit | 7058ec053bc486a10a0d4141dadd249f647ef721 (patch) | |
tree | 42aa666a892a1837267475e43049d29ec07e9da9 /editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx | |
parent | textproc/libwps: update to 0.4.11 release (diff) |
editors/libreoffice6:
- repocopy from editors/libreoffice
- add i18n option (off by default to mimic classic behaviour)
- register conflicts with main libreoffice port
Diffstat (limited to 'editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx')
-rw-r--r-- | editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx b/editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx new file mode 100644 index 000000000000..43fc420c44d4 --- /dev/null +++ b/editors/libreoffice6/files/patch-vcl_qt5_Qt5Frame.cxx @@ -0,0 +1,11 @@ +--- vcl/qt5/Qt5Frame.cxx.orig 2020-05-13 11:19:20 UTC ++++ vcl/qt5/Qt5Frame.cxx +@@ -318,7 +318,7 @@ SalGraphics* Qt5Frame::AcquireGraphics() + + if (m_bUseCairo) + { +- if (!m_pOurSvpGraphics.get() || m_bGraphicsInvalid) ++ if (!m_pOurSvpGraphics.get()) + { + m_pOurSvpGraphics.reset(new Qt5SvpGraphics(this)); + InitQt5SvpGraphics(m_pOurSvpGraphics.get()); |