Pavel Sanda wrote:
Richard Heck wrote:
(Note, by the way, that the depth is still set to
3, although there is nothing in the TOC. This is itself a problem.)
hopefully fixed in http://www.lyx.org/trac/changeset/26360
I think we both fixed that one, in different ways. So it's defini
Richard Heck wrote:
>(Note, by the way, that the depth is still set to
> 3, although there is nothing in the TOC. This is itself a problem.)
hopefully fixed in http://www.lyx.org/trac/changeset/26360
pavel
rgheck wrote:
Vincent van Ravesteijn wrote:
I think the problem is in the following lines :
src/frontends/qt4/TocWidget.cpp: 259--261
depthSL->setMaximum(gui_view_.tocModels().depth(current_type_));
depthSL->setValue(depth_);
setTreeDepth(depth_);
Adding this to the code:
LYXERR( Debug::GUI,
Vincent van Ravesteijn wrote:
I think the problem is in the following lines :
src/frontends/qt4/TocWidget.cpp: 259--261
depthSL->setMaximum(gui_view_.tocModels().depth(current_type_));
depthSL->setValue(depth_);
setTreeDepth(depth_);
Adding this to the code:
LYXERR( Debug::GUI, "DEPTH : " <<
Andre Poenitz wrote:
On Thu, Sep 11, 2008 at 12:01:37PM +0200, Helge Hafting wrote:
> Pavel Sanda wrote:
>> the best would be if you can run lyx under gdb, ctrl+c in the moment
>> of freeze in gdb window and send the output of bt command.
>>
>>
> The delay happened when I started LyX so it cam
>> the best would be if you can run lyx under gdb, ctrl+c in the
>> moment of freeze in gdb window and send the output of bt command.
>
>i would be personally interested if you get something similar to this:
>http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg142186.html
>pavel
Yes, it looks v