]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuPlotterView.cxx
1495 BUG
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuPlotterView.cxx
index c6fcb8288a047ccc7a414e134c46a63a38ff8e99..283c17365ea39f8678a3c3f1d0776e1f2edb0d82 100644 (file)
@@ -60,6 +60,7 @@ void PlotterView::Process()
                pGF->AddNewPoint( px, bbGetInputInY()[i] );
                printf ("EED PlotterView::Process %f %f\n", px, bbGetInputInY()[i]);
        }
+       mwxwidget->UpdateAll();
 }