]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToc.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiToc.cpp
index e7840b102e9139df9961c2cc59abf09d8a22a817..9711bb68f6c8be99d9c71f82dc97f4dc35c32ab0 100644 (file)
@@ -37,6 +37,7 @@ GuiToc::GuiToc(GuiView & parent, Qt::DockWidgetArea area, Qt::WindowFlags flags)
 {
        widget_ = new TocWidget(parent, this);
        setWidget(widget_);
+       setFocusProxy(widget_);
 }