Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible SWTException "Widget is disposed" exception when display…
…ing a Tooltip If a workbench part is detached and a tooltip is initially displayed, when the part is re-attached the parent Shell is disposed which in turn disposes of the PopupHelper's Shell. This will lead to an SWT Error when the Shell is accessed again. To fix this, create the PopupHelper Shell with the Control's Display instead of its Shell. See #469
- Loading branch information