mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
Mouse cursor only shows part of the dragged selection
This commit is contained in:
@@ -5286,7 +5286,7 @@ PresShell::PaintRangePaintInfo(nsTArray<nsAutoPtr<RangePaintInfo> >* aItems,
|
||||
gfxPoint rootOffset =
|
||||
nsLayoutUtils::PointToGfxPoint(rangeInfo->mRootOffset,
|
||||
pc->AppUnitsPerDevPixel());
|
||||
ctx->SetMatrix(initialTM.Translate(rootOffset));
|
||||
ctx->SetMatrix(gfxMatrix(initialTM).Translate(rootOffset));
|
||||
aArea.MoveBy(-rangeInfo->mRootOffset.x, -rangeInfo->mRootOffset.y);
|
||||
nsRegion visible(aArea);
|
||||
nsRefPtr<LayerManager> layerManager =
|
||||
|
||||
Reference in New Issue
Block a user