]> Creatis software - bbtkGEditor.git/commitdiff
#3210 bbGEditor Feature New Normal branch vtk7itk4wx3-mingw vtk7itk4wx3-mingw64
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 3 Aug 2018 15:04:12 +0000 (17:04 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Fri, 3 Aug 2018 15:04:12 +0000 (17:04 +0200)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx

index a2540728315b2f27bb3d3a7c3c100f5ae13503e9..a8e2efb5bdbd7da061e442307e556952a8902752 100644 (file)
@@ -343,21 +343,22 @@ namespace bbtk
        unsigned short wxGEditorTabPanel::getUndoState( std::string &stun)
        {
                stun = "Undo";
-               if(states.size()>0)
+               if(sstates.size()>0)
                {
                        if(_actualdo == states.begin() )
+//                     if(sstates.size()==1 )
                        {
-                               
+//                             _sactualdo=sstates.begin();
                                return 0;
-                       }
-                       else
-                       {
+                       } else {
                                stun +=" - ";
-                               stun += _sactualdo->substr(0,(--_sactualdo)->find_last_of("."));
+printf("EED wxGEditorTabPanel::getUndoState This mecanisme is not working  ??????    _sactualdo sstates      _actualdo state \n");             
+//                             stun += _sactualdo->substr(0,(--_sactualdo)->find_last_of("."));                                
                                _sactualdo++;
                                return 1;
                        }
                }
+        return 0;
        }
 
        unsigned short wxGEditorTabPanel::getRedoState( std::string &stre)