BUG: Lost functionality of interactive selector update #20618
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: widgets/UI
Milestone
In MNE we allow users to update the selector colors, and have:
This now emits a deprecation warning from #20113, but it doesn't indicate how code should be migrated. I looked at this and #20558 and hoped / thought maybe I could find some
selector.set_*
orselector.handle_props
or something to modify but I don't see anything. How should we update our code? (And it might be worth improving the deprecation warning to give some hints to anyone else who hits this issue.) Maybe with something like this?the
artists[0]
is theselector.rect
. But this just seems like a hack workaround, and if there are properties held internally it will not "stick" so I'm guessing it's not the right idea...Originally posted by @larsoner in #20113 (comment)
The text was updated successfully, but these errors were encountered: