mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
ab6aeb882d
commit
f1e1afa308
@ -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()));
|
||||
}
|
||||
|
||||
|
||||
|
@ -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:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user