Kaydet (Commit) d38a56fc authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

fdo#30788: why not showing horizontal scrollbar when needed?

üst 516bb47a
......@@ -132,10 +132,7 @@ void SwScrollbar::AutoShow()
if(ScrollBar::IsVisible())
ScrollBar::Show(sal_False);
}
else if ( !ScrollBar::IsVisible() &&
(!bHori || nVis) ) //Optimierung fuer Browser.
//Horizontaler Scrollbar per
//default aus.
else if ( !ScrollBar::IsVisible() )
{
ScrollBar::Show(sal_True);
}
......
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