From: Eduardo Davila Date: Mon, 9 Jul 2012 15:36:26 +0000 (+0000) Subject: 1495 BUG X-Git-Tag: v1.0.4~12 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8d16c7dcdb395bae016258547ad7652a01b310b6;p=creaMaracasVisu.git 1495 BUG Plotter View box Refresh --- diff --git a/bbtk/src/bbmaracasvisuPlotterView.cxx b/bbtk/src/bbmaracasvisuPlotterView.cxx index c6fcb82..283c173 100644 --- a/bbtk/src/bbmaracasvisuPlotterView.cxx +++ b/bbtk/src/bbmaracasvisuPlotterView.cxx @@ -60,6 +60,7 @@ void PlotterView::Process() pGF->AddNewPoint( px, bbGetInputInY()[i] ); printf ("EED PlotterView::Process %f %f\n", px, bbGetInputInY()[i]); } + mwxwidget->UpdateAll(); }