From 58a4fa51477cbf5061dd468facfff7eb251e51c6 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 3 Aug 2018 17:04:12 +0200 Subject: [PATCH] #3210 bbGEditor Feature New Normal branch vtk7itk4wx3-mingw --- .../bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index a254072..a8e2efb 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -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) -- 2.45.0