Andre Poenitz wrote:
> 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'
> 

Then you get a repaint switching to a other document.
I was 'ScrollBarAsNeeded' all the time until Abdel
complained about it.

Peter

Reply via email to