]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
1977 bbGEditor Bug New Urgent Black boxes Input/Output text is not displayed correctl...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index dfecab706d1484a08c2ff63ae3c822de46a6f5b9..31c974d1204a41ddb2243580f47ecf9ac23bbaf9 100644 (file)
@@ -287,8 +287,11 @@ namespace bbtk
                int _contLastId;
 
                vtkTextActor3D                                          *_textActor;
-               vtkPoints                                                       *_pts;
-               vtkActor                                                        *_fillObjectActor;
+               std::string                                             _bugTextActor_text;
+               int                                                     _bugTextActor_status;
+
+               vtkPoints                                               *_pts;
+               vtkActor                                                *_fillObjectActor;
                vtkDataSetMapper                                        *_aPolygonMapper;
 
                Factory::Pointer                                        _bbtkfactory;