Fix: unnecessary edge pan updates #106301

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:FIX_edge_pan_unnecessary_updates into main 2023-03-30 14:09:11 +02:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 88cdde86f5 Fix (unreported) edge pan does unnecessary updates
Found together with a fix for #106043.

Edge panning (in Node Editors, Outliner and VSE) does unnecessary
updates when the view has not changed at all. This includes adding
`MOUSEMOVE` events (even if you dont move the mouse at all).

Rectify this by only calling these updates when the view changes.
2023-03-30 12:14:04 +02:00