From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Tue, 8 Sep 2020 09:51:45 +0000 (+0200) Subject: correction of bad renaming of a copied curve X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e4dec0e9d9297848fefab40ca45f669156306b75;p=modules%2Fgui.git correction of bad renaming of a copied curve --- diff --git a/tools/CurvePlot/src/python/views/XYView.py b/tools/CurvePlot/src/python/views/XYView.py index 0c16df55a..c96d772cb 100644 --- a/tools/CurvePlot/src/python/views/XYView.py +++ b/tools/CurvePlot/src/python/views/XYView.py @@ -548,6 +548,7 @@ class XYView(View): if dlg.nameCurve.text() != crvModel.getTitle(): Logger.Debug("XYView : about to cahnge crv title after settings") view._model.setTitle(dlg.nameCurve.text()) + view.onCurveTitleChange() self.showHideLegend(repaint=True) self._mplCanvas.draw() pass