Skip to content

Fix a crash in Window::startDelayedInteractiveMoveResize()

Vlad Zahorodnii requested to merge work/zzag/tablet-start-delayed-crash into master

The MoveResizeFilter doesn't have exclusive grab over tablet tool events because the cursor is moved in the the TabletInputFilter, which is at the end of the event filter chain.

We need to guard against starting delayed interactive move resize again since MoveResizeFilter::tabletToolEvent() doesn't filter events as expected.

Merge request reports