]> Creatis software - creaMaracasVisu.git/commitdiff
Clean code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 13 Jan 2025 16:49:49 +0000 (17:49 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 13 Jan 2025 16:49:49 +0000 (17:49 +0100)
bbtk/src/bbmaracasvisuShowNPoints.cxx

index cf5fcf88dd8112498091226cf144bf773c8bcbfa..279dc97d340730d2f87a2b9ccbb8a9ab7fc5112a 100644 (file)
@@ -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() );
 }