forgot that one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25009 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-30 12:23:15 +00:00
parent 9558962c4f
commit 8d93f5173f

View File

@ -135,6 +135,7 @@ void TocWidget::setTreeDepth(int depth)
void TocWidget::on_typeCO_currentIndexChanged(int value)
{
setTocModel(value);
gui_view_.setFocus();
}