mrview: deactivate pan gesture to avoid #761#2310
Conversation
|
OK, so removing the pan gesture fixes the problem? I'm not sure what I'm looking at with all this output... |
|
Yes, not "grabbing" pan gestures solves the issue. The output above is Qt debug output I added when BTW, explicitly unregistering |
|
OK, good to hear. I guess there's still quite a bit of cleaning up to be done before we can merge this...? |
|
I was thinking of leaving the Qt debug output there in debug mode but happy to remove it. |
|
No issues with leaving the debug output in debug mode if you feel like it. I was looking more at the pan gesture handler - these lines. Is that still required? |
This reverts commit 118287d.
Deactivating the pan gesture to avoid spurious start and finish and sticky pan (remains in GestureUpdated state) reproducible by rendering things with latency, for instance via increased ODF render detail in ortho view mode:
Prior to this change with Qt 5.15.2:
fixes #761
related: 5687708