summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-sizeOp.cpp
blob: bfc8e268ae511768252e5e2065903d1820134b12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -u sizeOp.cpp.orig sizeOp.cpp
--- sizeOp.cpp.orig	Wed May 27 02:37:46 1998
+++ sizeOp.cpp	Thu Oct 30 21:42:04 2003
@@ -57,8 +57,8 @@
 
 void sizeOp::setSize()
 {
-  string hSize = hSizeEdit->text();
-  string vSize = vSizeEdit->text();
+  string hSize = hSizeEdit->text().ascii();
+  string vSize = vSizeEdit->text().ascii();
 
   gnuInt->setHorizSize(hSize);
   gnuInt->setVertSize(vSize);