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:
Richard Heck 2011-09-05 19:04:36 +00:00
parent b9955190bd
commit 35f1ce3ebe
2 changed files with 3 additions and 1 deletions

View File

@ -245,7 +245,7 @@ void TocWidget::on_updateTB_clicked()
// The backend update can take some time so we disable
// the controls while waiting.
enableControls(false);
gui_view_.tocModels().updateBackend();
gui_view_.currentBufferView()->buffer().updateBuffer();
}

View File

@ -59,6 +59,8 @@ What's new
- Correctly sort modules in Document>Settings and formats in the "Other
formats" dialog (bug 7751).
- Repair broken outliner display for broken references (bug 7708).
* ADVANCED FIND AND REPLACE