Skip to content

Commit

Permalink
fix(gtk): Fix software rendering after scaling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2023
1 parent 44c2670 commit 72c0677
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected override bool OnDrawn(Context cr)

_gtkSurface!.MarkDirty();
cr.Save();
cr.Scale(1 / _dpi, 1 / _dpi);
cr.SetSourceSurface(_gtkSurface, 0, 0);
cr.Paint();
cr.Restore();
Expand Down

0 comments on commit 72c0677

Please sign in to comment.