]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index 21b1c630403aecab2f414f13af5a19aaa02e46c7..1ad6cb422b7ae2f87e48920c3dc1b84cf5c74d59 100644 (file)
@@ -611,7 +611,7 @@ void interfMainPanel::onInformationPressed(){
                infoWin->SetAutoLayout( true );
                infoWin->Layout();
 
-               infoWin->Show();                
+               infoWin->Show();
 
        }else {
 
@@ -670,3 +670,6 @@ wxString interfMainPanel::getCellValue(int j,int i){
        return ((interfInformationPanel*)informationPanel)->getCellValue(j, i );
 }
 
+void interfMainPanel::onSnakePressed(){
+    wxContourMainFrame::getInstance()->onSnakePressed();
+}