]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
#3254 Bug windows select manual box
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index ed9d80c336f5ab73cfffbae33ad24a2dc8dabd7f..ec42a2c2e33e283392c916998369eb4e86187d5f 100644 (file)
@@ -1199,8 +1199,8 @@ void wxGUIEditorGraphicBBS::OnClickBtnBox(wxCommandEvent& event)
 //2022-10-28
 void wxGUIEditorGraphicBBS::OnClickBtnSelectBoxes(wxCommandEvent& event)
 {
-    std::string nameFilter = _pkgBrowser->GetNameFilter();
-    _tabsMgr->SelectBoxWithPossibleName( nameFilter );
+   std::string nameFilter = _pkgBrowser->GetNameFilter();
+   _tabsMgr->SelectBoxWithPossibleName( nameFilter );
 }
 
 //=========================================================================