]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for IPAL10682(POST-23: incorrect update Plot2d viewer).
authormzn <mzn@opencascade.com>
Fri, 9 Dec 2005 11:50:14 +0000 (11:50 +0000)
committermzn <mzn@opencascade.com>
Fri, 9 Dec 2005 11:50:14 +0000 (11:50 +0000)
src/Plot2d/Plot2d_ViewFrame.cxx

index 4ef5df821af25b81bbba36c751372a0548d5e9cd..c9f598b947f3dfb8c351838d6e27a107e66c5607 100755 (executable)
@@ -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();
   }