From: Eduardo Davila Date: Sat, 7 Feb 2009 10:56:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EED.02Oct2009~125 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bf403544fe90a939c6a988f2c06ead7f4738d545;p=creaMaracasVisu.git *** empty log message *** --- diff --git a/bbtk/src/bbmaracasvisuColorBar.cxx b/bbtk/src/bbmaracasvisuColorBar.cxx index 5bea963..1a2c087 100644 --- a/bbtk/src/bbmaracasvisuColorBar.cxx +++ b/bbtk/src/bbmaracasvisuColorBar.cxx @@ -45,6 +45,7 @@ void ColorBar::CreateWidget(wxWindow* parent) //-------------------------------------------------- void ColorBar::bbUserConstructor() { + mwxwidget = NULL; bbSetInputOrientation(1); bbSetInputInW(200); bbSetInputInH(80); diff --git a/bbtk/src/bbmaracasvisuContourCrown.cxx b/bbtk/src/bbmaracasvisuContourCrown.cxx index 1e670e7..95ed75e 100644 --- a/bbtk/src/bbmaracasvisuContourCrown.cxx +++ b/bbtk/src/bbmaracasvisuContourCrown.cxx @@ -66,6 +66,7 @@ void ContourCrown::CreateWidget(wxWindow* parent) //----------------------------------------------------------- void ContourCrown::bbUserConstructor() { + mwxwidget = NULL; bbSetInputIn(NULL); bbSetInputwxVtkBaseView(NULL); //JSTG 26-02-08 ------------------------------------ diff --git a/bbtk/src/bbmaracasvisuHistogramView.cxx b/bbtk/src/bbmaracasvisuHistogramView.cxx index 1054653..70c7868 100644 --- a/bbtk/src/bbmaracasvisuHistogramView.cxx +++ b/bbtk/src/bbmaracasvisuHistogramView.cxx @@ -26,6 +26,7 @@ void HistogramView::CreateWidget(wxWindow* parent) //------------------------------------------------ void HistogramView::bbUserConstructor() { + wxwidget = NULL; } //------------------------------------------------ diff --git a/bbtk/src/bbmaracasvisuPlotterView.cxx b/bbtk/src/bbmaracasvisuPlotterView.cxx index b760826..cee80ab 100644 --- a/bbtk/src/bbmaracasvisuPlotterView.cxx +++ b/bbtk/src/bbmaracasvisuPlotterView.cxx @@ -33,6 +33,7 @@ void PlotterView::CreateWidget(wxWindow* parent) //--------------------------------------------------- void PlotterView::bbUserConstructor() { + mwxwidget = NULL; } //--------------------------------------------------- diff --git a/bbtk/src/bbmaracasvisuShowNPoints.cxx b/bbtk/src/bbmaracasvisuShowNPoints.cxx index c741e5e..7da8c56 100644 --- a/bbtk/src/bbmaracasvisuShowNPoints.cxx +++ b/bbtk/src/bbmaracasvisuShowNPoints.cxx @@ -210,6 +210,7 @@ void ShowNPoints::CreateWidget(wxWindow* parent) void ShowNPoints::bbUserConstructor() { + mwxwidget = NULL; std::vector colour; colour.push_back(1.0); colour.push_back(0.0); diff --git a/bbtk/src/bbmaracasvisuSliderMinMax.cxx b/bbtk/src/bbmaracasvisuSliderMinMax.cxx index b3b5caa..f56957b 100644 --- a/bbtk/src/bbmaracasvisuSliderMinMax.cxx +++ b/bbtk/src/bbmaracasvisuSliderMinMax.cxx @@ -110,6 +110,7 @@ void SliderMinMax::CreateWidget(wxWindow* parent) //------------------------------------------------------ void SliderMinMax::bbUserConstructor() { + mwxwidget = NULL; bbSetInputOrientation(1); bbSetInputInW(200); bbSetInputInH(65); diff --git a/bbtk/src/bbmaracasvisuTransferFunctionView.cxx b/bbtk/src/bbmaracasvisuTransferFunctionView.cxx index f99c631..35e7ad2 100644 --- a/bbtk/src/bbmaracasvisuTransferFunctionView.cxx +++ b/bbtk/src/bbmaracasvisuTransferFunctionView.cxx @@ -23,6 +23,7 @@ void TransferFunctionView::CreateWidget(wxWindow* parent) //----------------------------------------------------- void TransferFunctionView::bbUserConstructor() { + mwxwidget = NULL; } //----------------------------------------------------- diff --git a/bbtk/src/bbmaracasvisuViewerMPR.cxx b/bbtk/src/bbmaracasvisuViewerMPR.cxx index bbb2adb..fe3a10d 100644 --- a/bbtk/src/bbmaracasvisuViewerMPR.cxx +++ b/bbtk/src/bbmaracasvisuViewerMPR.cxx @@ -125,6 +125,7 @@ void ViewerMPR::CreateWidget(wxWindow* parent) void ViewerMPR::bbUserConstructor() { + wxwidget = NULL; bbSetInputIn(NULL); } void ViewerMPR::bbUserCopyConstructor(bbtk::BlackBox::Pointer)