From fc8871f75c1dde2b825c6d1f5a37c4d7ff2724b2 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Mon, 13 Jan 2025 17:49:49 +0100 Subject: [PATCH] Clean code --- bbtk/src/bbmaracasvisuShowNPoints.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/bbtk/src/bbmaracasvisuShowNPoints.cxx b/bbtk/src/bbmaracasvisuShowNPoints.cxx index cf5fcf8..279dc97 100644 --- a/bbtk/src/bbmaracasvisuShowNPoints.cxx +++ b/bbtk/src/bbmaracasvisuShowNPoints.cxx @@ -150,6 +150,7 @@ void ShowNPoints::CreateWidget(wxWindow* parent) //----------------------------------------------------------------- void ShowNPoints::OnShowWidget() { + printf("EED ShowNPoints::OnShowWidget\n"); mwxwidget->SetRenderer( bbGetInputRenderer() ); mwxwidget->SetInitLstPoints( bbGetInputInitLstPointsX() , bbGetInputInitLstPointsY() , bbGetInputInitLstPointsZ() , bbGetInputInitLstLabels() , bbGetInputInitLstIndexs() ); } -- 2.49.0