X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxInstantChooserPanel.cxx;h=e47a1ad1563426eeb050887f96eef944aa5cd065;hb=refs%2Fheads%2Fvtk8itk4wx3-mingw64;hp=dc5ff99eb7cf1d09a2a3191d81985c4ac104b350;hpb=393af49c04fb77e019068f0f184b3b65e894f2a3;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.cxx b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.cxx index dc5ff99..e47a1ad 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxInstantChooserPanel.cxx @@ -143,15 +143,11 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHOOSER_CHANGE ) */ void wxInstantChooserPanel :: addConcept(std::string aConceptName, int minV, int maxV, int actualV) { -printf("EED wxInstantChooserPanel :: addConcept Start\n"); wxConceptControl * nwConcept = new wxConceptControl(this, _orientation, minV, maxV, actualV, aConceptName, _configuration); _concepts->push_back( nwConcept ); _lastConceptUpdated = nwConcept; -printf("EED wxInstantChooserPanel :: addConcept 1\n"); _outSizer->Add(nwConcept, wxEXPAND); -printf("EED wxInstantChooserPanel :: addConcept 2\n"); Connect(nwConcept->GetId(), wxEVT_CONCEPT_RELEASE, (wxObjectEventFunction) (wxCommandEventFunction) &wxInstantChooserPanel::onConceptRelease ); -printf("EED wxInstantChooserPanel :: addConcept End\n"); } void wxInstantChooserPanel :: setWxEventHandler( wxEvtHandler * theEventHandler )