aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx b/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
new file mode 100644
index 000000000000..43fc420c44d4
--- /dev/null
+++ b/editors/libreoffice/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());