[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Sep 20 20:14:49 CEST 2003
CVS commit by netterfield:
Plot dialog needs to be updated after the plot is selected...
(related to "Plot/Label selection bug)
M +2 -0 kstview.cpp 1.38
--- kdeextragear-2/kst/kst/kstview.cpp #1.37:1.38
@@ -511,4 +511,5 @@ void KstView::mousePressEvent(QMouseEven
ParentApp->plotDialog->show_I();
ParentApp->plotDialog->Select->setCurrentItem(i);
+ ParentApp->plotDialog->update();
ParentApp->plotDialog->TabWidget->setCurrentPage(LIMITS_TAB);
break;
@@ -517,4 +518,5 @@ void KstView::mousePressEvent(QMouseEven
ParentApp->plotDialog->show_I();
ParentApp->plotDialog->Select->setCurrentItem(i);
+ ParentApp->plotDialog->update();
ParentApp->plotDialog->TabWidget->setCurrentPage(LABELS_TAB);
break;
More information about the Kst
mailing list