summaryrefslogtreecommitdiff
path: root/vcl/source/app/salvtables.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-15 10:56:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-15 11:11:44 +0100
commit6dc1d2706f519d91617ac1a12fc2051d97ef98c0 (patch)
treeda3bc39c8cc03815845c550c3c64b366188497c7 /vcl/source/app/salvtables.cxx
parent1303f209415b6cf95f9cbe9924d03c87ed4337d6 (diff)
another stab at tdf#91393
block paints only if the new requested size is larger than the original and unblock on explicit expose events as well as configure ones Change-Id: I72829a5b6e55d6bbdaf934af427ee3b50fe11fd4
Diffstat (limited to 'vcl/source/app/salvtables.cxx')
-rw-r--r--vcl/source/app/salvtables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 7a68df22197d..4c5636372a48 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -30,7 +30,7 @@
SalFrame::SalFrame()
- : m_bAwaitingSizeConfirmation(false)
+ : m_bPaintsBlocked(false)
, m_pWindow(NULL)
, m_pProc(NULL)
{