]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
#3322 creaContours Feature New Normal - Show reference contour Befor After actual...
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index c54ec1191508657b7eef8590fcd912fe3167bd9e..bb87ee6803714f04120e848199ac0be3b9d05f49 100644 (file)
@@ -600,6 +600,11 @@ void interfMainPanel::onBeforAfterContour(bool before, bool after)
        wxContourMainFrame::getInstance()->onBeforeAfterContour(before,after);
 }
 
+void interfMainPanel::onShowTextContour(bool show)
+{
+       wxContourMainFrame::getInstance()->onShowTextContour(show);
+}
+
 
 void interfMainPanel::onConfigurationPressed()
 {