From 4ac151964b5c948c7c3099b5355df74838d53e3f Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 24 Apr 2020 15:12:07 +0200 Subject: [PATCH] #3351 creaMaracasVisu Bug New Normal - Refresh ViewerNV --- bbtk/src/bbmaracasvisuViewerNV.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //------------------------------------------------------------- -- 2.47.1