mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Port fix for #7708 to branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39597 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b9955190bd
commit
35f1ce3ebe
@ -245,7 +245,7 @@ void TocWidget::on_updateTB_clicked()
|
|||||||
// The backend update can take some time so we disable
|
// The backend update can take some time so we disable
|
||||||
// the controls while waiting.
|
// the controls while waiting.
|
||||||
enableControls(false);
|
enableControls(false);
|
||||||
gui_view_.tocModels().updateBackend();
|
gui_view_.currentBufferView()->buffer().updateBuffer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -59,6 +59,8 @@ What's new
|
|||||||
- Correctly sort modules in Document>Settings and formats in the "Other
|
- Correctly sort modules in Document>Settings and formats in the "Other
|
||||||
formats" dialog (bug 7751).
|
formats" dialog (bug 7751).
|
||||||
|
|
||||||
|
- Repair broken outliner display for broken references (bug 7708).
|
||||||
|
|
||||||
|
|
||||||
* ADVANCED FIND AND REPLACE
|
* ADVANCED FIND AND REPLACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user