Kaydet (Commit) 19a61ea8 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:defaultparams

Change-Id: Ia9dca11a7e38fcf2b7b4b0d2459c85a1348f8c43
üst 8aa7394d
...@@ -1934,9 +1934,7 @@ void ImplBorderWindow::Resize() ...@@ -1934,9 +1934,7 @@ void ImplBorderWindow::Resize()
mpMenuBarWindow->setPosSizePixel( nLeftBorder, mpMenuBarWindow->setPosSizePixel( nLeftBorder,
nTopBorder, nTopBorder,
aSize.Width()-nLeftBorder-nRightBorder, aSize.Width()-nLeftBorder-nRightBorder,
nMenuHeight, nMenuHeight);
PosSizeFlags::Pos |
PosSizeFlags::Width | PosSizeFlags::Height );
} }
GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder,
......
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