mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
The Office@FreeBSD team is proud to announce long awaited, new major release of LibreOffice suite - 7.0.0! New major branch comes with tons of new changes: switch render from opengl to skia, many templates redesigned from 4:3 to 16:9 format, added support for "ODF 1.3" and "ODF 1.3 Extended" documents format, support native 2013/2016/2019 mode instead of 2007 compatibility mode for DOCX, added a new icon theme, named Sukapura. Full release notes available on the official page (https://wiki.documentfoundation.org/ReleaseNotes/7.0) Of course, conservative users can keep 6.4.x stable version by switch to use all-in-one editors/libreoffice6 port and even with i18n langpack (off by default). It will be kept updated at least till 7.1.0 version will be released.
11 lines
392 B
C++
11 lines
392 B
C++
--- vcl/qt5/Qt5Frame.cxx.orig 2020-05-13 11:19:20 UTC
|
|
+++ vcl/qt5/Qt5Frame.cxx
|
|
@@ -308,7 +308,7 @@ SalGraphics* Qt5Frame::AcquireGraphics()
|
|
|
|
if (m_bUseCairo)
|
|
{
|
|
- if (!m_pOurSvpGraphics || m_bGraphicsInvalid)
|
|
+ if (!m_pOurSvpGraphics)
|
|
{
|
|
m_pOurSvpGraphics.reset(new Qt5SvpGraphics(this));
|
|
InitQt5SvpGraphics(m_pOurSvpGraphics.get());
|