Skip to content

Commit

Permalink
Fix panning zoomed images on Wayland (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw authored Dec 5, 2024
1 parent 63ae89b commit 99f584b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/SinglePhotoPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public abstract class SinglePhotoPage : Page {
canvas_ctx.set_source_surface (pixmap, 0, 0);
canvas_ctx.paint ();
canvas_ctx.restore ();
queue_draw ();
}

protected virtual bool is_zoom_supported () {
Expand Down

0 comments on commit 99f584b

Please sign in to comment.