X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=a2540728315b2f27bb3d3a7c3c100f5ae13503e9;hb=1806276675316c585768373b094621d270c649e2;hp=42f0f580d87e398bcc1de7efea11e1a788404b6a;hpb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index 42f0f58..a254072 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -75,7 +75,7 @@ namespace bbtk wxGEditorTabPanel::wxGEditorTabPanel(wxWindow *parent,int id, Factory::Pointer bbtkfactory) : wxPanel(parent),wxTextDropTarget() { - _id=id; + _id = id; _panelAUIMgr = new wxAuiManager(this); _sceneManager = NULL; _actualdo = states.begin(); @@ -89,7 +89,7 @@ namespace bbtk { //ED02JUIN2010 _sceneManager->disconnectDrop(); - _panelsManager->VerifyLastTabPanel(); + _panelsManager->VerifyLastTabPanel(); //FCY memory leaks delete _panelAUIMgr; delete _sceneManager; @@ -98,7 +98,7 @@ namespace bbtk //========================================================================= void wxGEditorTabPanel::initWxVtkCanvas() { - wxVtk3DBaseView *baseview = new wxVtk3DBaseView(this); + wxVtk3DBaseView *baseview = new wxVtk3DBaseView(this,NULL); baseview->Configure(); //EED 07 juin 2013 baseview->GetCamera()->SetViewUp (0, 1, 0);