mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Merge branch 'master' of git.lyx.org:lyx
This commit is contained in:
commit
5db793ff30
@ -87,3 +87,8 @@ Known issues in version 2.1.0
|
|||||||
Caveats when upgrading from earlier versions to 2.1.x
|
Caveats when upgrading from earlier versions to 2.1.x
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
|
In order to improve reported scrolling slowness, we changed the way screen
|
||||||
|
painting is done. This, however, can slow down the performance on remote
|
||||||
|
X connections and we provide RC_USE_QIMAGE variable, which brings back
|
||||||
|
the old way of painting (when set to false).
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ namespace os = support::os;
|
|||||||
InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p)
|
InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p)
|
||||||
: InsetCommand(buf, p)
|
: InsetCommand(buf, p)
|
||||||
{
|
{
|
||||||
buffer().invalidateBibinfoCache();
|
buffer().invalidateBibfileCache();
|
||||||
buffer().removeBiblioTempFiles();
|
buffer().removeBiblioTempFiles();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user