Kaydet (Commit) 12bf58be authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Improve check for the FRAME_DRAW_NWF.

Change-Id: I03d9130ffcce7ec92fc768e8c4ee63e425e76c21
üst acaa4d59
......@@ -663,7 +663,7 @@ void ImplDrawFrame( OutputDevice *const pDev, Rectangle& rRect,
bFlatBorders )
nStyle |= FRAME_DRAW_MONO;
if( (nStyle & FRAME_DRAW_NWF)!=FRAME_DRAW_NWF &&
if( (nStyle & FRAME_DRAW_STYLE) != FRAME_DRAW_NWF &&
pWin && pWin->IsNativeControlSupported(CTRL_FRAME, PART_BORDER) )
{
ImplControlValue aControlValue( nStyle |
......
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