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.
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.