Merge branch 'Plasma/5.14'

icc-effect-5.17.5
Vlad Zagorodniy 2018-10-26 11:20:33 +03:00
commit d9eb0e7707
2 changed files with 2 additions and 1 deletions

View File

@ -202,7 +202,7 @@ void DesktopGridEffect::paintScreen(int mask, QRegion region, ScreenPaintData& d
// the moving window has to be painted on top of all desktops
QPoint diff = cursorPos() - m_windowMoveStartPoint;
QRect geo = m_windowMoveGeometry.translated(diff);
WindowPaintData d(windowMove);
WindowPaintData d(windowMove, data.projectionMatrix());
d *= QVector2D((qreal)geo.width() / (qreal)windowMove->width(), (qreal)geo.height() / (qreal)windowMove->height());
d += QPoint(geo.left() - windowMove->x(), geo.top() - windowMove->y());
effects->drawWindow(windowMove, PAINT_WINDOW_TRANSFORMED | PAINT_WINDOW_LANCZOS, infiniteRegion(), d);

View File

@ -37,6 +37,7 @@
"Description[zh_TW]": "成像到虛擬影格緩衝區。",
"Id": "KWinWaylandVirtualBackend",
"Name": "virtual",
"Name[ast]": "virtual",
"Name[ca@valencia]": "Virtual",
"Name[ca]": "Virtual",
"Name[cs]": "virtuální",