I think that one of the problems is an extra redraw: - update calls workarea::setScrollBarParams - setScrollBarParams calls scrollbar_->setValue - scrollbar_->setValue emits a signal (the scrollbar has changed) - an extra update is called
Is there a way to call setValue without the scrollbar emitting valueChanged? Alfredo
