CVS commit by rchern: Keep the current plot selected after editing the plot name. M +1 -0 kstplotdialog_i.cpp 1.82 --- kdeextragear-2/kst/kst/kstplotdialog_i.cpp #1.81:1.82 @@ -659,4 +659,5 @@ void KstPlotDialogI::edit_I() { static_cast<KstViewWindow*>(c)->view()->paint(P_PLOT); + _plotName = Name->text().stripWhiteSpace(); update(); emit docChanged();