summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-06-04 21:07:32 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-06-04 21:09:06 +0900
commit656d9046a246a214c465e7984c22425c8ae9bb04 (patch)
treec8dca445753ac7a4a92d7733a9f63827b47f8a4f /vcl
parentd67f4ed258c2103e07c7a2bd94d16b604a20a8aa (diff)
disable off-screen drawing of statusbar items (for now)
Change-Id: I5deac9924b99ac1b3e1440623364004b0b44aaf5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx
index 3cfb43c1f114..c0736210fcc1 100644
--- a/vcl/source/window/status.cxx
+++ b/vcl/source/window/status.cxx
@@ -729,7 +729,7 @@ void StatusBar::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
if (mbVisibleItems)
{
for (sal_uInt16 i = 0; i < nItemCount; i++)
- ImplDrawItem(rRenderContext, true, i, true, true);
+ ImplDrawItem(rRenderContext, false, i, true, true);
}
}