mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Fix bug 4211.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20370 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35c6ae6f30
commit
309e9a5516
@ -192,6 +192,7 @@ void LyXView::setBuffer(Buffer * b, bool child_document)
|
||||
updateTab();
|
||||
busy(false);
|
||||
work_area_->redraw();
|
||||
setFocus();
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,8 +47,7 @@ What's new
|
||||
* USER INTERFACE
|
||||
|
||||
- Add a pixmap cache to speed up text drawing on screen. This cache is
|
||||
enabled on Mac and Windows platform using a version of Qt greater
|
||||
than 4.2.
|
||||
enabled on Mac and Windows platforms using Qt 4.2 or higher.
|
||||
|
||||
- Add "Save all" menu entry, to save all modified files (bug 2840).
|
||||
|
||||
@ -149,6 +148,9 @@ What's new
|
||||
|
||||
- Fix bug where fixed width insets not correctly honoured (bug 4029).
|
||||
|
||||
- Fix bug where current document was unexpectedly closed when typing space
|
||||
after switching between 2 documents with the file->Open dialog (bug 4211).
|
||||
|
||||
|
||||
* DOCUMENTATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user