Kaydet (Commit) f26635c3 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fix decoration drawing

üst 3adb006b
...@@ -747,7 +747,7 @@ void ImplDrawFrame( OutputDevice *const pDev, Rectangle& rRect, ...@@ -747,7 +747,7 @@ void ImplDrawFrame( OutputDevice *const pDev, Rectangle& rRect,
rRect.Right(), rRect.Bottom() ) ); rRect.Right(), rRect.Bottom() ) );
pDev->SetLineColor( rStyleSettings.GetShadowColor() ); pDev->SetLineColor( rStyleSettings.GetShadowColor() );
pDev->DrawRect( Rectangle( rRect.Left(), rRect.Top(), pDev->DrawRect( Rectangle( rRect.Left(), rRect.Top(),
rRect.Right()+1, rRect.Bottom()+1 ) ); rRect.Right()-1, rRect.Bottom()-1 ) );
// adjust target rectangle // adjust target rectangle
rRect.Left() += 2; rRect.Left() += 2;
......
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