]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualPaint/ManualPaintModel.cpp
#3331 creaMaracasVisu Bug New Normal - Select contour with 2 points, HelpViewerNV
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualPaint / ManualPaintModel.cpp
index feae5d5b8c3d293f5cbd829b1e35ad621f44ce46..61c234ecf81e25a35e98c59f32b5334b583c13ec 100644 (file)
@@ -155,6 +155,7 @@ void ManualPaintModel::GetScalarRange(double * range)
 //---------------------------------------------------------------------------
 void ManualPaintModel::SetUndoImage() 
 {
+       printf("EED ManualPaintModel::SetUndoImage \n");
        ImageMManager* imMManager = NULL;
        if (_tool == 0) 
        {
@@ -172,6 +173,7 @@ void ManualPaintModel::SetUndoImage()
 
 void ManualPaintModel::Undo() 
 {
+       printf("EED ManualPaintModel::Undo \n");
        this->_imageUndoRedo->Undo();
 }