зеркало из https://github.com/mozilla/gecko-dev.git
Bug 469973 - "Qt: matrix transformation broken from Context to Qmatrix" [r=pavlov]
This commit is contained in:
Родитель
465a4821c7
Коммит
a3b838b302
|
@ -129,7 +129,7 @@ nsNativeThemeQt::DrawWidgetBackground(nsIRenderingContext* aContext,
|
|||
ctm.y0 = NSToCoordRound(ctm.y0);
|
||||
}
|
||||
|
||||
QMatrix qctm(ctm.xx, ctm.xy, ctm.yx, ctm.yy, ctm.x0, ctm.y0);
|
||||
QMatrix qctm(ctm.xx, ctm.yx, ctm.xy, ctm.yy, ctm.x0, ctm.y0);
|
||||
qPainter->setWorldMatrix(qctm, true);
|
||||
|
||||
PRInt32 p2a = GetAppUnitsPerDevPixel(aContext);
|
||||
|
|
Загрузка…
Ссылка в новой задаче