Skip to content
  • Declara Denis's avatar
    Fixed Concurrency Bug in PropertyCollectionWidget · 02a36abc
    Declara Denis authored
    When rapidly switching between processors in the tree view, the
    PropertyCollectionWidgets would sometimes cause the program to crash. This
    happened because some signals originated from a different Thread and
    sometimes caused a user-after-free error on the widget objects.
    02a36abc