X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=bf67893b2b439232c248e0baa639a71baba26800;hb=910f9d7a7aecf26c88db3f595969a67ae5c27f78;hp=7b9736e259d56fb183f6a5952a1b6b9c840ee1ed;hpb=66d85963bdb3dea88f7d8e8931855d092629b37c;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index 7b9736e..bf67893 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -69,6 +69,8 @@ printf ("EED %p ~wxGEditorTabPanel()\n" , this ); wxVtk3DBaseView *baseview = new wxVtk3DBaseView(this); baseview->Configure(); _sceneManager=new wxVtkSceneManager(this,baseview,_id); + + printf("RaC-EED 21-06-2010 wxGEditorTabPanel::initWxVtkCanvas Remove the panelAUIMgr, and change to a normal sizer inside the wxGEditorTabPanel\n"); _panelAUIMgr->AddPane((wxWindow*)baseview->GetWxVTKRenderWindowInteractor(),wxAuiPaneInfo().Fixed().CenterPane()); //EED02JUIN2010 @@ -141,13 +143,6 @@ printf ("EED %p ~wxGEditorTabPanel()\n" , this ); _panelsManager->editBlackBox(bbmodel); } - //========================================================================= - - void wxGEditorTabPanel::editDiagramParameters(wxVtkSceneManager* scene) - { - _panelsManager->editDiagramParameters(scene); - } - //========================================================================= void wxGEditorTabPanel::deleteAllBoxes()