Skip to content

Commit

Permalink
fixed: image is stretched when rotating
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Jun 13, 2024
1 parent 926c946 commit b11e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Components/ImageGlass.Views/DXCanvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3166,7 +3166,7 @@ public bool RotateImage(float degree, bool requestRerender = true)
// render the transformation
if (requestRerender)
{
Refresh(resetZoom: false);
Refresh();
}

return true;
Expand Down

0 comments on commit b11e4e4

Please # to comment.