Kaydet (Commit) 57f228fc authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Andras Timar

disable off-screen drawing of statusbar items (for now)

Change-Id: I5deac9924b99ac1b3e1440623364004b0b44aaf5
üst 955c2cbf
...@@ -729,7 +729,7 @@ void StatusBar::Paint(vcl::RenderContext& rRenderContext, const Rectangle&) ...@@ -729,7 +729,7 @@ void StatusBar::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
if (mbVisibleItems) if (mbVisibleItems)
{ {
for (sal_uInt16 i = 0; i < nItemCount; i++) for (sal_uInt16 i = 0; i < nItemCount; i++)
ImplDrawItem(rRenderContext, true, i, true, true); ImplDrawItem(rRenderContext, false, i, true, true);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment