Variable EditWidgetBase._ownContent

when ownContent is false, content should not be destroyed in editor destructor

class EditWidgetBase
{
  // ...
  bool _ownContent = true;
  // ...
}