Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Nov 30, 2024
2 parents de7ca5d + e2fb8a4 commit 0258f20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/rnote-ui/src/canvaswrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,7 @@ mod imp {
self.canvas_zoom_gesture.connect_end(clone!(
#[weak(rename_to=canvaswrapper)]
obj,
move |gesture, _event_sequence| {
gesture.set_state(EventSequenceState::Denied);
move |_gesture, _event_sequence| {
let widget_flags = canvaswrapper
.canvas()
.engine_mut()
Expand Down

0 comments on commit 0258f20

Please sign in to comment.