[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Tue Feb 9 10:12:43 UTC 2016
vcl/source/window/window.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 39eef4c5096b5e1379c3ebbac5b3fcad347d5600
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 9 10:11:54 2016 +0000
Revert "headless: don't let windows become really visible to avoid paints."
Causes CppunitTest_sd_tiledrendering to fail.
This reverts commit 8455fe462a5a0e82ed2f98d303d36623b5920f9d.
Change-Id: Ida95ea8855110f2c4322ffdee8fc6865e46ccad3
Reviewed-on: https://gerrit.libreoffice.org/22226
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 0430ffd..599514d 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1283,10 +1283,6 @@ SalGraphics* Window::ImplGetFrameGraphics() const
void Window::ImplSetReallyVisible()
{
- // For now, no window is really visible in headless mode.
- if( Application::IsHeadlessModeEnabled() )
- return;
-
// #i43594# it is possible that INITSHOW was never send, because the visibility state changed between
// ImplCallInitShow() and ImplSetReallyVisible() when called from Show()
// mbReallyShown is a useful indicator
More information about the Libreoffice-commits
mailing list