зеркало из https://github.com/mozilla/gecko-dev.git
Bug 875441 - Don't keep reapplying the 2x scale in HiDPI mode when drawing the titlebar buttons. r=mattwoodrow
This commit is contained in:
Родитель
23919fe651
Коммит
91c71ac506
|
@ -2057,6 +2057,7 @@ nsChildView::UpdateTitlebarImageBuffer()
|
|||
ClearRegion(mTitlebarImageBuffer, dirtyTitlebarRegion);
|
||||
|
||||
CGContextRef ctx = mTitlebarImageBuffer->GetCGContext();
|
||||
CGContextSaveGState(ctx);
|
||||
|
||||
double scale = BackingScaleFactor();
|
||||
CGContextScaleCTM(ctx, scale, scale);
|
||||
|
@ -2113,6 +2114,7 @@ nsChildView::UpdateTitlebarImageBuffer()
|
|||
DevPixelsToCocoaPoints(1));
|
||||
|
||||
[NSGraphicsContext setCurrentContext:oldContext];
|
||||
CGContextRestoreGState(ctx);
|
||||
|
||||
mUpdatedTitlebarRegion.Or(mUpdatedTitlebarRegion, dirtyTitlebarRegion);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче