]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx
#3251 Bug with segmentation fault with VTK 9.2 ( SupportsOpenGL )
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.cxx
index cf2315f8897c1a43f0e0b7e5644129da15d9a2b7..e839044db26271bb09997f39b5f2cf223433e148 100644 (file)
@@ -74,7 +74,6 @@ namespace bbtk {
        
 wxVtkSceneManager::wxVtkSceneManager(wxGEditorTabPanel *parent, wxVtk3DBaseView *baseView, int idManager,Factory::Pointer bbtkfactory) 
 {
-
        _cbName                                 = "ComplexBoxName";
        _cbPackageName                  = "PackageName";
        _Author                                 = "Author ??";
@@ -111,7 +110,6 @@ wxVtkSceneManager::wxVtkSceneManager(wxGEditorTabPanel *parent, wxVtk3DBaseView
        }
        _idConnectionInCreation = -1;
        _contLastId                             = 0;
-
 }
 
 //=========================================================================
@@ -235,6 +233,7 @@ void wxVtkSceneManager::configureBaseView()
        _fillObjectActor->GetProperty()->SetOpacity(0);
        _aPolygonMapper->Modified();
        _baseView->GetRenderer()->AddActor(_fillObjectActor);
+    
 }
 
 //=========================================================================