On Fri, Jun 20, 2008 at 02:50:23PM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: >> On Mon, Jun 02, 2008 at 05:00:16PM +0100, José Matos wrote: >> >>> Hi all, as discussed during the weekend and in order to fix the >>> problems that appeared with beta 1 I have tagged a new release (beta >>> 2). >>> >>> As it happened previously I am asking for help to guarantee that >>> there are no embarrassing bugs. I mean in this case a failure to >>> compile, on any of our traditional platforms, or any dataloss bug. >>> >> >> I find the "reorganization" behaviour after creating an empty >> doc/loading an existing one etc mildly confusing. The document >> gets redrawn twice, the first time partially hidden by the tool >> bar, the second time correctly, but with ~ 0.5 s delay. >> > OK, I now finally understand the reason for this: > > Author: poenitz
Urgs. > Date: Wed Apr 16 20:18:12 2008 > New Revision: 24298 > > URL: http://www.lyx.org/trac/changeset/24298 > Log: > initialize scrollbar parameters to some sensible dummy values. > valgrind reported conditional jumps on uninitialized values > > > The problem is (min=0, max=1) was not a sensible value because it implies > that a scrollbar is needed and the current line is visible. > > I changed that. Good work. Thanks ;-} Andre'