Kaydet (Commit) f12c15f2 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw lok: disable comment menu button for now

Change-Id: Ic052544b2835181652732b8de9eaf79572a9db6e
(cherry picked from commit 022c716f)
üst cac5525f
......@@ -252,6 +252,10 @@ void SwSidebarWin::PaintTile(vcl::RenderContext& rRenderContext, const Rectangle
if (pChild == mpVScrollbar.get())
continue;
// No point in showing this button till click on it are not handled.
if (pChild == mpMenuButton.get())
continue;
rRenderContext.Push(PushFlags::MAPMODE);
Point aOffset(PixelToLogic(pChild->GetPosPixel()));
MapMode aMapMode(rRenderContext.GetMapMode());
......
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