From dc7675bac6505034178e33868d3c929c292a10a2 Mon Sep 17 00:00:00 2001 From: mzn Date: Fri, 20 Apr 2007 14:02:33 +0000 Subject: [PATCH] To avoid SIGSEGV on destructor calling. --- src/QxGraph/QxGraph_ViewModel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QxGraph/QxGraph_ViewModel.cxx b/src/QxGraph/QxGraph_ViewModel.cxx index 166ceac33..df49f0829 100644 --- a/src/QxGraph/QxGraph_ViewModel.cxx +++ b/src/QxGraph/QxGraph_ViewModel.cxx @@ -41,7 +41,7 @@ QxGraph_Viewer::QxGraph_Viewer() { printf("Construct QxGraph_Viewer\n"); //myCanvases.setAutoDelete(true); - myCanvasViews.setAutoDelete(true); + //myCanvasViews.setAutoDelete(true); } /*! -- 2.39.2