fixes #0003564: Python objects: updateData calls to proxy instance that should have been deleted
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
// #0003564: Python objects: updateData calls to proxy instance that should have been deleted
|
||||
// See https://forum.freecadweb.org/viewtopic.php?f=22&t=30429&p=252429#p252429
|
||||
#if 0
|
||||
namespace Gui {
|
||||
|
||||
class PropertyEvent : public QEvent
|
||||
@@ -218,13 +221,16 @@ ViewProviderPythonFeatureObserver::ViewProviderPythonFeatureObserver()
|
||||
ViewProviderPythonFeatureObserver::~ViewProviderPythonFeatureObserver()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
ViewProviderPythonFeatureImp::ViewProviderPythonFeatureImp(ViewProviderDocumentObject* vp)
|
||||
: object(vp)
|
||||
{
|
||||
#if 0
|
||||
(void)ViewProviderPythonFeatureObserver::instance();
|
||||
#endif
|
||||
}
|
||||
|
||||
ViewProviderPythonFeatureImp::~ViewProviderPythonFeatureImp()
|
||||
|
||||
Reference in New Issue
Block a user