]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 7b9736e259d56fb183f6a5952a1b6b9c840ee1ed..bf67893b2b439232c248e0baa639a71baba26800 100644 (file)
@@ -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()