]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx
#3254 Bug windows select manual box
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.cxx
index f1a057f33b9626515c38b57aa274014fd5028bae..6684df147262a642dcd5d4a33ef4ab30588cbef0 100644 (file)
@@ -3144,7 +3144,7 @@ void wxVtkSceneManager::printAll(int com , int sta )
 //=========================================================================
 //EED 2022-10-28
 void wxVtkSceneManager::SelectBoxWithPossibleName( std::string possibleName )
-{
+{ 
     UnSelectBlackBoxes();
     std::map<int, GObjectController*>::iterator it;
     GObjectController                           *desc;
@@ -3181,7 +3181,7 @@ void wxVtkSceneManager::SelectBoxWithPossibleName( std::string possibleName )
             } // if pos
         } // if type == 1
     } // for it
-    refresh();
+    refresh(); 
 }
 
 } // EO namespace bbtk