fix decoration drawing

This commit is contained in:
Ivan Timofeev
2011-12-17 17:11:54 +04:00
parent 3adb006b52
commit f26635c386

View File

@@ -747,7 +747,7 @@ void ImplDrawFrame( OutputDevice *const pDev, Rectangle& rRect,
rRect.Right(), rRect.Bottom() ) );
pDev->SetLineColor( rStyleSettings.GetShadowColor() );
pDev->DrawRect( Rectangle( rRect.Left(), rRect.Top(),
rRect.Right()+1, rRect.Bottom()+1 ) );
rRect.Right()-1, rRect.Bottom()-1 ) );
// adjust target rectangle
rRect.Left() += 2;