On Wed, Nov 15, 2006 at 06:01:46PM -0000, [EMAIL PROTECTED] wrote:
>  void GuiWorkArea::setScrollbarParams(int h, int scroll_pos, int 
> scroll_line_step)
>  {
> +     if (verticalScrollBarPolicy() != Qt::ScrollBarAlwaysOn)
> +             setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
> +

Wouldn't 'ScrollBarAsNeeded' all the time be ok as well?

Andre'

Reply via email to