Kaydet (Commit) de2c99f7 authored tarafından Katarina Behrens's avatar Katarina Behrens Kaydeden (comit) Thorsten Behrens

Deactivate Qt5Frame's reimplementation of Flush()

it causes too many issues: giant tooltips, dialogs can't be smaller
than 640x480 etc. Need to figure out a better solution

Change-Id: I4cc404687a60f2e0a39fd748fcc8cfea7cb7c0ac
Reviewed-on: https://gerrit.libreoffice.org/60038
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 3b63ac00
...@@ -602,7 +602,8 @@ void Qt5Frame::SetPointerPos(long nX, long nY) ...@@ -602,7 +602,8 @@ void Qt5Frame::SetPointerPos(long nX, long nY)
void Qt5Frame::Flush() void Qt5Frame::Flush()
{ {
QGuiApplication::sync(); // was: QGuiApplication::sync();
// but FIXME it causes too many issues, figure out sth better
// unclear if we need to also flush cairo surface - gtk3 backend // unclear if we need to also flush cairo surface - gtk3 backend
// does not do it. QPainter in Qt5Widget::paintEvent() is // does not do it. QPainter in Qt5Widget::paintEvent() is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment