]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
correction of bad renaming of a copied curve oscar/porting_to_V9
authorClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Tue, 8 Sep 2020 09:51:45 +0000 (11:51 +0200)
committerClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Tue, 8 Sep 2020 09:51:45 +0000 (11:51 +0200)
tools/CurvePlot/src/python/views/XYView.py

index 0c16df55a7367914df793beb829f1d2a88188816..c96d772cbe0c7d405eae5b115aa27fe08aacf931 100644 (file)
@@ -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