Right Click -> Select All in the Note edit box was triggering an error as it was notifying about a change on a non-existing object.
A quickfix is to inspect activeviewer object in noteChanged(self) before querying for number of selected objects. If the object is empty (None) the just return
Right Click -> Select All in the Note edit box was triggering an error as it was notifying about a change on a non-existing object. A quickfix is to inspect
activeviewer
object innoteChanged(self)
before querying for number of selected objects. If the object is empty (None) the just return