Hi all, I am a little confused about the behavior of crash warning config option -- I was assuming any warning indicates a pattern that is fixable but I am stuck on the following warning that comes up in my own app, and in the first attached examples too.
When I insert ```pg.setConfigOptions(crashWarning=True)``` into the 'Basic Plotting' example under pyqtgraph.examples.run(), It will run gives me the warning "Warning: ViewBox should be closed before application exit." upon closing out of the main window. In my own pyside6 application I tried to catch this by the aboutToClose method and doing a unregister call on the view boxes but this gets triggered too late. Any advice? Should I just turn these warnings off / ignore this one? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/pyqtgraph/ac606f04-efa3-42dd-85e2-2941c238e1f3n%40googlegroups.com.
