mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Fix http://bugzilla.lyx.org/show_bug.cgi?id=5491 without reintroducing http://bugzilla.lyx.org/show_bug.cgi?id=5409 . The first part of r27162 was enough for fixing it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27383 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c8c3487036
commit
7e6af45b0d
@ -332,7 +332,6 @@ void TocWidget::init(QString const & str)
|
|||||||
typeCO->blockSignals(true);
|
typeCO->blockSignals(true);
|
||||||
typeCO->setCurrentIndex(new_index);
|
typeCO->setCurrentIndex(new_index);
|
||||||
typeCO->blockSignals(false);
|
typeCO->blockSignals(false);
|
||||||
updateView();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user