You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description: The coordinates of the mouse pointer and intensity value(s) under the pointer do not update when moving the mouse around. However when I click on the image, the coordinate and intensity value updates (once) depending on where I clicked. If I click and hold the coordinates and intensity values update continuously, but since the pointer is anchored to a small region around where the click event happened, updates only occur for that region.
Using:
pygfx: 0.9.0
ndv: 0.3.1
wxpython: 4.2.3
python: 3.9
Running on Mac OsX (15.4, x86_64)
Did not see this error on jupyter + pygfx
Same error with every example image I tried (example video show float dtype, but tried on uint images as well).
Error occurs regardless of mode (grayscale, composite, etc).