[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Sep 3 21:15:57 CEST 2004
CVS commit by arwalker:
Small optimisation.
M +3 -1 kstviewvectorsdialog_i.cpp 1.15
--- kdeextragear-2/kst/kst/kstviewvectorsdialog_i.cpp #1.14:1.15
@@ -75,5 +75,7 @@ void KstViewVectorsDialogI::updateViewVe
}
+ if (needed != tableVectors->numRows()) {
tableVectors->setNumRows(needed);
+ }
QRect rect = tableVectors->horizontalHeader()->rect();
tableVectors->setColumnWidth(0, rect.width());
More information about the Kst
mailing list