vcl/source/window/status.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5c6b66249e05ab1cbc4e29d08552347c1dc29c29 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> Date: Thu Jun 4 21:07:32 2015 +0900 disable off-screen drawing of statusbar items (for now) Change-Id: I5deac9924b99ac1b3e1440623364004b0b44aaf5 diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 01de587..0909bb7 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); } }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits