Kaydet (Commit) 2ad3b48c authored tarafından Ivan Timofeev's avatar Ivan Timofeev Kaydeden (comit) Caolán McNamara

always use the *real* visibility of the SwScrollbar

üst f7b2d16b
...@@ -840,9 +840,7 @@ void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ ) ...@@ -840,9 +840,7 @@ void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ )
else else
rToFill.Right() = nTmp; rToFill.Right() = nTmp;
} }
//#i32913# in browse mode the visibility of the horizontal scrollbar if ( pHScrollbar->IsVisible(sal_True) )
// depends on the content (fixed width tables may require a scrollbar)
if ( pHScrollbar->IsVisible(pWrtShell->GetViewOptions()->getBrowseMode()) )
rToFill.Bottom() = nTmp; rToFill.Bottom() = nTmp;
SetBorderPixel( rToFill ); SetBorderPixel( rToFill );
......
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