From: Eduardo DAVILA Date: Fri, 24 Apr 2020 13:12:07 +0000 (+0200) Subject: #3351 creaMaracasVisu Bug New Normal - Refresh ViewerNV X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4ac151964b5c948c7c3099b5355df74838d53e3f;p=creaMaracasVisu.git #3351 creaMaracasVisu Bug New Normal - Refresh ViewerNV --- diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index 5e01935..1363744 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -69,8 +69,8 @@ void bbwxMaracas_N_ViewersWidget::OnRefreshView(wxCommandEvent & event) mbbViewerNV->_point.push_back( (int)GetZ() ); mbbViewerNV->bbSetOutputPoint( mbbViewerNV->_point ); mbbViewerNV->bbSignalOutputModification(std::string("Point")); - wxMaracas_N_ViewersWidget::OnRefreshView(event); } // if + wxMaracas_N_ViewersWidget::OnRefreshView(event); } //-------------------------------------------------------------