blob: 43fc420c44d4b5f7930d45b4037efe082f900f7b (
plain)
1
2
3
4
5
6
7
8
9
10
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());
|