Dataprobe.py - Check for attribute _text_ on parent
Created by: joshy
We are using the DataProbeWidget on a view on our own. Without the proposed change the processEvents throws errors because there exists not text attribute on the parent. The change checks for the attribute text and executes the code only when the attribute exists. It will not break any existing code.
Thanks for considering this change.