Merge branch 'Plasma/5.14'
This commit is contained in:
commit
d9eb0e7707
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -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í",
|
||||
|
|
Loading…
Reference in a new issue