X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.cxx;h=42d97ba3822036ad0b2c91eebc167689a04edf08;hb=48f172ee7e9b077528376877269247ad3e517542;hp=697ed9823649578540fafbef8efcf6fb94cfe103;hpb=b759327567c5102f13a565e54f8c8663c2458816;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx b/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx index 697ed98..42d97ba 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.cxx @@ -43,12 +43,12 @@ void interfNewContourMenu::initButtons(wxEvtHandler* evtHandler) { nom.push_back("Create a Line"); funct.push_back((wxObjectEventFunction) &interfNewContourMenu::onCreateContourLine); hand.push_back(this); - +/* path.push_back(datadir + "/Line.png"); nom.push_back("Create Points"); funct.push_back((wxObjectEventFunction) &interfNewContourMenu::onCreateContourPoints); hand.push_back(this); - +*/ this->addButtons(path, nom); this->setVectorFunction(funct); @@ -90,7 +90,9 @@ void interfNewContourMenu::onCreateContourCircle( wxCommandEvent& event ){ void interfNewContourMenu::onCreateContourLine( wxCommandEvent& event ){ interfMainPanel::getInstance()->onCreateContourLine(); } - +/* void interfNewContourMenu::onCreateContourPoints( wxCommandEvent& event ){ interfMainPanel::getInstance()->onCreateContourLine(); } +*/ +