X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FInterface_Icons_NDimensions%2FinterfMainPanel.cxx;h=51196954b6e3b6c8abf9c1fbfe0e1cbfd30c7bbb;hb=00bfeafb3fccce1256ae503a345ebfcaacc6a960;hp=bb87ee6803714f04120e848199ac0be3b9d05f49;hpb=ef966ac5e14dc46db8fc657c7892c9af975eb2a3;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfMainPanel.cxx b/lib/Interface_Icons_NDimensions/interfMainPanel.cxx index bb87ee6..5119695 100644 --- a/lib/Interface_Icons_NDimensions/interfMainPanel.cxx +++ b/lib/Interface_Icons_NDimensions/interfMainPanel.cxx @@ -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);