Andre' comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-04 21:49:30 +00:00
parent ab6aeb882d
commit f1e1afa308
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ void TocWidget::updateGui()
// setTocModel produce QTreeView reset and setting depth again
// is needed. That must be done after all Qt updates are processed.
QTimer::singleShot(1, this, SLOT(setTreeDepth()));
QTimer::singleShot(0, this, SLOT(setTreeDepth()));
}

View File

@ -48,7 +48,7 @@ protected Q_SLOTS:
void on_moveDownTB_clicked();
void on_moveInTB_clicked();
void on_moveOutTB_clicked();
void setTreeDepth() { setTreeDepth(depth_); };
void setTreeDepth() { setTreeDepth(depth_); }
protected:
///