pyapp-kit / ndv

Simple, fast-loading, n-dimensional array viewer with minimal dependencies.
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

fix: fix slider signals for pyside6 #31

Closed tlambert03 closed 3 months ago

tlambert03 commented 3 months ago

small fix to allow sliders to work on PySide6. This is related to #30 ... but doesn't fully enable support yet. Tests will still fail with either a segfault or a bus error, due to something going on with ensure_main_thread. But this fix at least lets it be "usable" in pyside. User will likely see a bus error on quit, or something like that.