summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/paint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index 0bac418c5eed..518e21c795e6 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -137,8 +137,8 @@ void PaintHelper::SetupBuffer()
// vcl::Window setting affects this
if (m_pWindow->IsBackground())
m_pBuffer->SetBackground(m_pWindow->GetBackground());
- else
- SAL_WARN("vcl.doublebuffering", "the root of the double-buffering hierarchy should not have a transparent background");
+ //else
+ //SAL_WARN("vcl.doublebuffering", "the root of the double-buffering hierarchy should not have a transparent background");
m_pBuffer->SetClipRegion(m_pWindow->GetClipRegion());
m_pBuffer->SetFillColor(m_pWindow->GetFillColor());