On Sun, Apr 06, 2008 at 04:48:29PM +0200, Pavel Sanda wrote: > > Author: sanda > > Date: Sun Apr 6 16:43:28 2008 > > New Revision: 24139 > > > > void GuiWorkArea::fixVerticalScrollBar() > > { > > - if (!buffer_view_->fullScreen()) > > + if (!isFullScreen()) > > setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn); > > } > > Andre, checkout your 'hack' works, the previous couldn't work.
Hmdahm.. copied stuff around before committing. But it conceptually works ;-) Andre'