mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
Fix outliner tree depth (#13098)
This commit is contained in:
parent
0a2e65c0e1
commit
5cb9b55162
BIN
po/pt_BR.gmo
BIN
po/pt_BR.gmo
Binary file not shown.
BIN
po/zh_CN.gmo
BIN
po/zh_CN.gmo
Binary file not shown.
@ -487,7 +487,6 @@ void TocWidget::updateView()
|
||||
if (tocTV->model() != toc_model) {
|
||||
tocTV->setModel(toc_model);
|
||||
tocTV->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
if (persistent_)
|
||||
setTreeDepth(depth_);
|
||||
}
|
||||
|
||||
@ -695,7 +694,6 @@ void TocWidget::init(QString const & str)
|
||||
typeCO->setCurrentIndex(new_index);
|
||||
typeCO->blockSignals(false);
|
||||
updateViewNow();
|
||||
if (persistent_)
|
||||
setTreeDepth(depth_);
|
||||
}
|
||||
|
||||
|
@ -62,6 +62,8 @@ What's new
|
||||
- Fix macOS bug, where XQuartz application would be launched for no
|
||||
reason (bug #13086).
|
||||
|
||||
- Fix problem with collapsing of outliner (bug 13098).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user