X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=682c1193ffecf282544166a111c9487815eac2db;hb=25cc7b0782c5950c95cbf3fa94586769ae093f10;hp=ab5c55fba7f909daa7f178dd16653fc291b78d42;hpb=a462a32a87251d7de0e246eb0f0a4a905b2efb72;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index ab5c55f..682c119 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -62,7 +62,7 @@ printf("EED wxGEditorTabPanel::wxGEditorTabPanel 1\n"); //========================================================================= wxGEditorTabPanel::~wxGEditorTabPanel() { -printf ("EED %p ~wxGEditorTabPanel()\n" , this ); +printf ("EED %p ~wxGEditorTabPanel() START \n" , this ); //ED02JUIN2010 _sceneManager->disconnectDrop(); _panelsManager->VerifyLastTabPanel(); @@ -70,6 +70,8 @@ printf ("EED %p ~wxGEditorTabPanel()\n" , this ); delete _panelAUIMgr; delete _sceneManager; + printf ("EED %p ~wxGEditorTabPanel() END\n" , this ); + } //=========================================================================