[Kst] branches/work/kst/1.6/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Fri Jan 18 23:44:47 CET 2008
SVN commit 763233 by arwalker:
ensure proper update of matrix values
M +5 -0 kstviewmatricesdialog_i.cpp
--- branches/work/kst/1.6/kst/src/libkstapp/kstviewmatricesdialog_i.cpp #763232:763233
@@ -101,8 +101,13 @@
void KstViewMatricesDialogI::matrixChanged(const QString& matrix) {
updateViewMatricesDialog(matrix);
_tableMatrices->setMatrix(matrix);
+
+ //
+ // following two lines appear to be necessary to ensure a full update...
+ //
_tableMatrices->hide();
_tableMatrices->show();
+
_tableMatrices->update();
}
More information about the Kst
mailing list