From: mzn Date: Fri, 9 Dec 2005 11:50:14 +0000 (+0000) Subject: Fix for IPAL10682(POST-23: incorrect update Plot2d viewer). X-Git-Tag: T_3_1_0pre~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65c854b197d253253bbff9d0544a391eced409e8;p=modules%2Fgui.git Fix for IPAL10682(POST-23: incorrect update Plot2d viewer). --- diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 4ef5df821..c9f598b94 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -671,6 +671,7 @@ void Plot2d_ViewFrame::eraseCurve( Plot2d_Curve* curve, bool update ) if ( curveKey ) { myPlot->removeCurve( curveKey ); myCurves.remove( curveKey ); + updateTitles(); if ( update ) myPlot->replot(); }