José Matos wrote: > > How would you call the thing between the browser window and the buttons? > > Horizontal slider. ;-) > > In my defense I was thinking about the vertical slider, that has the > scroll bar. :-)
I'm talking Qt, you know? Slider (as in QSlider), not scrollbar (as in QScrollbar) ;-) Anyway, to clarify: the crash I've seen happened when moving the QSlider in an empty Toc window. This QSlider is now setEnabled(false) when the Toc window is empty. What is still there is the bug that I get an empty toc window when there should be contents with --enable-stdlib-debug. Jürgen