Kaydet (Commit) 7c9d6c6e authored tarafından Noel Grandin's avatar Noel Grandin

fix OSX build (take 3)

after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711
"convert FRAME_DRAW constants to scoped enum"

Change-Id: If30425e329b13f971723d007086638abdb06865f
üst 5525ad36
......@@ -1325,7 +1325,7 @@ bool AquaSalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPa
!( nFlags & (DrawFrameFlags::Menu | DrawFrameFlags::WindowBorder | DrawFrameFlags::BorderWindowBorder) ) )
{
Rectangle aRect(aCtrlBoundRect);
if( nStyle & DrawFrameStyle::DoubleIn )
if( nStyle == DrawFrameStyle::DoubleIn )
{
aRect.Left() += 1;
aRect.Top() += 1;
......
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