]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
#3327 creaContours Feature New Normal - Jump Slice
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index bb87ee6803714f04120e848199ac0be3b9d05f49..51196954b6e3b6c8abf9c1fbfe0e1cbfd30c7bbb 100644 (file)
@@ -600,6 +600,11 @@ void interfMainPanel::onBeforAfterContour(bool before, bool after)
        wxContourMainFrame::getInstance()->onBeforeAfterContour(before,after);
 }
 
+void interfMainPanel::onJumpSlice(int step, int shift)
+{
+       wxContourMainFrame::getInstance()->onJumpSlice(step,shift);
+}
+
 void interfMainPanel::onShowTextContour(bool show)
 {
        wxContourMainFrame::getInstance()->onShowTextContour(show);